We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02ea47 commit 522b8c9Copy full SHA for 522b8c9
1 file changed
src/optimagic/constraints.py
@@ -1,3 +1,5 @@
1
+from __future__ import annotations
2
+
3
from abc import ABC, abstractmethod
4
from dataclasses import KW_ONLY, dataclass
5
from typing import Any, Callable
0 commit comments