Skip to content

Commit

Permalink
forgot to blacken
Browse files Browse the repository at this point in the history
  • Loading branch information
smacke committed Nov 7, 2023
1 parent 52d057a commit 9fc6643
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/superduperreload/magics.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ def __init__(self, *a, **kw):
self._reloader.enabled = True
self._reloader.start_watcher_thread_if_applicable()
else:
self._reloader = ModuleReloader.instance(self.shell, flow=flow, enabled=True)
self._reloader = ModuleReloader.instance(
self.shell, flow=flow, enabled=True
)
self.loaded_modules = set(sys.modules)

@line_magic
Expand Down

0 comments on commit 9fc6643

Please sign in to comment.