Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco-Sulla committed Aug 8, 2022
1 parent 9df7e54 commit de2d7b9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions frozendict/frozendict.pyi
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from ._frozendict import *
from .core import *
try:
from ._frozendict import *
except ImportError:
from .core import *

FrozenOrderedDict = frozendict

# Names in __all__ with no definition:
# __version__
# frozendict

0 comments on commit de2d7b9

Please sign in to comment.