We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab87f3 commit ac906a4Copy full SHA for ac906a4
src/ConfigSpace/read_and_write/dictionary.py
@@ -1,7 +1,8 @@
1
from __future__ import annotations
2
3
import warnings
4
-from typing import TYPE_CHECKING, Any, Callable, TypeAlias
+from typing import TYPE_CHECKING, Any, Callable
5
+from typing_extensions import TypeAlias
6
7
from ConfigSpace.conditions import (
8
AndConjunction,
0 commit comments