We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab94db commit 0a1118eCopy full SHA for 0a1118e
src/claims.py
@@ -1,6 +1,9 @@
1
+from typing import Any, Dict
2
+
3
import json
4
from dataclasses import dataclass, field
-from typing import Any, Dict
5
6
7
8
9
@dataclass
0 commit comments