diff --git a/src/numpydantic/interface/numpy.py b/src/numpydantic/interface/numpy.py index ae29e04..d7f6676 100644 --- a/src/numpydantic/interface/numpy.py +++ b/src/numpydantic/interface/numpy.py @@ -7,8 +7,8 @@ from typing import Any from numpydantic.interface.interface import Interface try: - from numpy import ndarray import numpy as np + from numpy import ndarray ENABLED = True