Skip to content

Commit

Permalink
Update data_object.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aflament committed May 30, 2024
1 parent 58b4fd5 commit 487d73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion council/utils/data_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from typing import Any, Dict, Generic, List, Optional, Type, TypeVar, Union

import yaml

from typing_extensions import Self

Label = Optional[Union[str, List[str]]]

Expand Down

0 comments on commit 487d73c

Please sign in to comment.