Skip to content

Commit

Permalink
Fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatal1ty committed Feb 22, 2021
1 parent b00ad4b commit 2b0fbbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mashumaro/serializer/base/metaprogramming.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
from decimal import Decimal
from fractions import Fraction

from mashumaro.config import TO_DICT_ADD_OMIT_NONE_FLAG, BaseConfig

# noinspection PyUnresolvedReferences
from mashumaro.exceptions import ( # noqa
BadHookSignature,
Expand All @@ -27,7 +29,6 @@
UnserializableDataError,
UnserializableField,
)
from mashumaro.config import TO_DICT_ADD_OMIT_NONE_FLAG, BaseConfig
from mashumaro.meta.helpers import (
get_class_that_define_method,
get_imported_module_names,
Expand Down

0 comments on commit 2b0fbbe

Please sign in to comment.