min_artiq: remove unused imports

This commit is contained in:
Sebastien Bourdeauducq 2021-11-10 14:01:39 +08:00
parent 50f1aca1aa
commit b57b869c49
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
from inspect import isclass, getfullargspec, getmodule
from inspect import getfullargspec, getmodule
from functools import wraps
import sys
from types import SimpleNamespace
from numpy import int32, int64
from typing import Generic, TypeVar