mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-19 13:20:36 +08:00
MAINT: Add missing config=True
s.
This commit is contained in:
parent
4da8a30f20
commit
dc295f67bd
@ -147,8 +147,8 @@ class ContentsManager(LoggingConfigurable):
|
||||
self.log.error("Pre-save hook failed on %s", path, exc_info=True)
|
||||
|
||||
checkpoint_manager_class = Type(CheckpointManager, config=True)
|
||||
checkpoint_manager = Instance(CheckpointManager)
|
||||
checkpoint_manager_kwargs = Dict(allow_none=False)
|
||||
checkpoint_manager = Instance(CheckpointManager, config=True)
|
||||
checkpoint_manager_kwargs = Dict(allow_none=False, config=True)
|
||||
|
||||
def _checkpoint_manager_default(self):
|
||||
return self.checkpoint_manager_class(**self.checkpoint_manager_kwargs)
|
||||
|
Loading…
x
Reference in New Issue
Block a user