Skip to content

Commit

Permalink
Fix __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatal1ty committed Feb 8, 2020
1 parent 38d049c commit 402577a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mashumaro/serializer/base/dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ def from_dict(
pass


__all__ = [DataClassDictMixin]
__all__ = [
'DataClassDictMixin'
]

0 comments on commit 402577a

Please sign in to comment.