Skip to content

Commit

Permalink
refactor(dict): updated import statement in test_serializable.py
Browse files Browse the repository at this point in the history
Updated the import statement in test_serializable.py to use the correct path for DataClassDictMixin from mashumaro.mixins.dict.
  • Loading branch information
matfax committed Jul 9, 2023
1 parent 4fb28fd commit caf2e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_serializable.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from dataclasses import dataclass

from mashumaro import DataClassDictMixin
from mashumaro.mixins.dict import DataClassDictMixin

from mutapath import Path
from tests.helper import PathTest
Expand Down

0 comments on commit caf2e13

Please sign in to comment.