mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2025-01-10 13:54:26 +00:00
goddang lint
This commit is contained in:
parent
9c41705883
commit
8af88d5adc
1 changed files with 1 additions and 1 deletions
|
@ -7,8 +7,8 @@ from typing import Any
|
||||||
from numpydantic.interface.interface import Interface
|
from numpydantic.interface.interface import Interface
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from numpy import ndarray
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
from numpy import ndarray
|
||||||
|
|
||||||
ENABLED = True
|
ENABLED = True
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue