Skip to content

Commit c9a7ac7

Browse files
committed
ad
1 parent 806fb0f commit c9a7ac7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eval_protocol/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import os
22
from datetime import datetime
33
from enum import Enum
4-
from re import A
54
from typing import Any, ClassVar, Dict, List, Literal, Optional, TypedDict, Union
65

76
JSONType = Union[Dict[str, Any], List[Any], str, int, float, bool, None]

0 commit comments

Comments
 (0)