Skip to content

Commit 3e470c4

Browse files
committed
fix experiment deserialization
1 parent acdce5c commit 3e470c4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

parea/schemas/log.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
from typing import Any, Dict, List, Optional, Union
2+
13
import math
24
from enum import Enum
3-
from typing import Any, Dict, List, Optional, Union
45

56
from attrs import define, field
67

parea/schemas/models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
from typing import Any, Dict, Iterable, List, Optional, Tuple
2+
13
import json
24
from enum import Enum
3-
from typing import Any, Dict, Iterable, List, Optional, Tuple
45

56
from attrs import define, field, validators
67

0 commit comments

Comments
 (0)