diff --git a/src/amplitude_experiment/evaluation/select.py b/src/amplitude_experiment/evaluation/select.py index 13a5240..cce8a12 100644 --- a/src/amplitude_experiment/evaluation/select.py +++ b/src/amplitude_experiment/evaluation/select.py @@ -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