diff --git a/python/e2b_code_interpreter/charts.py b/python/e2b_code_interpreter/charts.py index 0fe32ef..d20878f 100644 --- a/python/e2b_code_interpreter/charts.py +++ b/python/e2b_code_interpreter/charts.py @@ -1,5 +1,5 @@ import enum -from typing import List, Tuple, Any, Optional, Union +from typing import Any, List, Tuple, Optional, Union class ChartType(str, enum.Enum):