Skip to content

Commit

Permalink
fix: improve startup time (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiko Nickerl authored Aug 4, 2021
1 parent cf89a21 commit 2053052
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sodalite/core/navigate.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def __init__(self, history: History = History.load(), entry_access: Optional[Ent
self.entry_access = entry_access or EntryAccess()
self._current_entry: Optional[Entry] = None
pubsub.filesystem_connect(self.reload_current_entry)
self.current_entry = self.current()

def current(self) -> Entry:
"""
Expand Down

0 comments on commit 2053052

Please sign in to comment.