Skip to content

Commit

Permalink
fix experiment deserialization
Browse files Browse the repository at this point in the history
  • Loading branch information
jalexanderII committed Jun 14, 2024
1 parent acdce5c commit 3e470c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion parea/schemas/log.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from typing import Any, Dict, List, Optional, Union

import math
from enum import Enum
from typing import Any, Dict, List, Optional, Union

from attrs import define, field

Expand Down
3 changes: 2 additions & 1 deletion parea/schemas/models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from typing import Any, Dict, Iterable, List, Optional, Tuple

import json
from enum import Enum
from typing import Any, Dict, Iterable, List, Optional, Tuple

from attrs import define, field, validators

Expand Down

0 comments on commit 3e470c4

Please sign in to comment.