Skip to content

Commit

Permalink
Fix: prevent cycle-imports at the cost of losing typing
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueBrain committed Nov 12, 2020
1 parent f48fe00 commit 4ee8bfa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions truewiki/singleton.py
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
from .storage.local import Storage

STORAGE = None # type: Storage
STORAGE = None

0 comments on commit 4ee8bfa

Please sign in to comment.