import future for type hints

This commit is contained in:
Dominik Demuth 2024-11-14 18:06:06 +01:00
parent f6b7ebec07
commit 6980df1599

View File

@ -1,3 +1,5 @@
from __future__ import annotations
import numpy as np import numpy as np
from scipy import special as special from scipy import special as special