goddang lint

This commit is contained in:
sneakers-the-rat 2024-05-17 17:44:13 -07:00
parent 9c41705883
commit 8af88d5adc
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -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