mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-12 17:54:29 +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
|
||||
|
||||
try:
|
||||
from numpy import ndarray
|
||||
import numpy as np
|
||||
from numpy import ndarray
|
||||
|
||||
ENABLED = True
|
||||
|
||||
|
|
Loading…
Reference in a new issue