Skip to content

Commit 0a1118e

Browse files
Update claims.py
1 parent 2ab94db commit 0a1118e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/claims.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
from typing import Any, Dict
2+
13
import json
24
from dataclasses import dataclass, field
3-
from typing import Any, Dict
5+
6+
47

58

69
@dataclass

0 commit comments

Comments
 (0)