mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
Merge pull request #2348 from minrk/missing-default
add missing `@default` decorator on checkpoints_class
This commit is contained in:
commit
b854e922e3
@ -142,6 +142,7 @@ class FileContentsManager(FileManagerMixin, ContentsManager):
|
||||
raise TraitError("%r is not a directory" % value)
|
||||
return value
|
||||
|
||||
@default('checkpoints_class')
|
||||
def _checkpoints_class_default(self):
|
||||
return FileCheckpoints
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user