Skip to content

Commit 522b8c9

Browse files
authored
Add from __future__ import annotations to constraints.py (#664)
1 parent e02ea47 commit 522b8c9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/optimagic/constraints.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
from abc import ABC, abstractmethod
24
from dataclasses import KW_ONLY, dataclass
35
from typing import Any, Callable

0 commit comments

Comments
 (0)