Skip to content

Commit c306246

Browse files
committed
removed Any
1 parent 9fd5023 commit c306246

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

54

65
@dataclass
76
class ExportProject(DataClassJsonMixin):
87
filename: str
9-
snapshot: Dict[str, Any]
8+
snapshot: dict[str, object]

0 commit comments

Comments
 (0)