diff --git a/truewiki/singleton.py b/truewiki/singleton.py index d7c3def..48802b7 100644 --- a/truewiki/singleton.py +++ b/truewiki/singleton.py @@ -1,3 +1 @@ -from .storage.local import Storage - -STORAGE = None # type: Storage +STORAGE = None