forked from M-Labs/nac3
min_artiq: remove unused imports
This commit is contained in:
parent
50f1aca1aa
commit
b57b869c49
|
@ -1,6 +1,5 @@
|
||||||
from inspect import isclass, getfullargspec, getmodule
|
from inspect import getfullargspec, getmodule
|
||||||
from functools import wraps
|
from functools import wraps
|
||||||
import sys
|
|
||||||
from types import SimpleNamespace
|
from types import SimpleNamespace
|
||||||
from numpy import int32, int64
|
from numpy import int32, int64
|
||||||
from typing import Generic, TypeVar
|
from typing import Generic, TypeVar
|
||||||
|
|
Loading…
Reference in New Issue