Skip to content

Commit

Permalink
fix: use typing extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiori committed Dec 9, 2024
1 parent 1357c9d commit 3e6810a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/amplitude_experiment/evaluation/select.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from dataclasses import is_dataclass
from typing import Any, List, Optional, Protocol, runtime_checkable
from typing import Any, List, Optional
from typing_extensions import Protocol, runtime_checkable


@runtime_checkable
Expand Down

0 comments on commit 3e6810a

Please sign in to comment.