mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-19 13:20:36 +08:00
DEV: Remove unnecessary notary calls.
This commit is contained in:
parent
631a68d83e
commit
23837e9ad4
@ -498,7 +498,6 @@ class ContentsManager(LoggingConfigurable):
|
||||
"""Create a checkpoint."""
|
||||
|
||||
nb = nbformat.from_dict(self.get(path, content=True)['content'])
|
||||
self.check_and_sign(nb, path)
|
||||
return self.checkpoint_manager.create_checkpoint(nb, path)
|
||||
|
||||
def list_checkpoints(self, path):
|
||||
@ -513,8 +512,6 @@ class ContentsManager(LoggingConfigurable):
|
||||
path,
|
||||
)
|
||||
|
||||
self.mark_trusted_cells(nb, path)
|
||||
|
||||
model = {
|
||||
'content': nb,
|
||||
'type': 'notebook',
|
||||
|
Loading…
x
Reference in New Issue
Block a user