Skip to content

Commit ad5a204

Browse files
committed
Trigger release
1 parent 9604b90 commit ad5a204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/e2b_code_interpreter/charts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import enum
2-
from typing import List, Tuple, Any, Optional, Union
2+
from typing import Any, List, Tuple, Optional, Union
33

44

55
class ChartType(str, enum.Enum):

0 commit comments

Comments
 (0)