Skip to content

Commit 85af818

Browse files
MaxNumeriquegithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent c306246 commit 85af818

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
from dataclasses_json import DataClassJsonMixin
22
from dataclasses import dataclass
3+
from typing import Dict, Any
34

45

56
@dataclass
67
class ExportProject(DataClassJsonMixin):
78
filename: str
8-
snapshot: dict[str, object]
9+
snapshot: Dict[str, Any]

0 commit comments

Comments
 (0)