Skip to content

Commit 8bbac39

Browse files
committed
test
1 parent da99ae7 commit 8bbac39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from dataclasses_json import DataClassJsonMixin
22
from dataclasses import dataclass
33

4-
5-
class ImportProject(TypedDict):
4+
@dataclass
5+
class ImportProject(DataClassJsonMixin):
66
pass

0 commit comments

Comments
 (0)