*: remove unused imports
This commit is contained in:
parent
d09dedfb48
commit
25caf4045b
16 changed files with 10 additions and 25 deletions
|
|
@ -1,4 +1,3 @@
|
|||
from .._utils import deprecated
|
||||
from .. import *
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
from .. import *
|
||||
from ..asserts import *
|
||||
from .._utils import log2_int, deprecated
|
||||
from .._utils import log2_int
|
||||
from .coding import GrayEncoder, GrayDecoder
|
||||
from .cdc import FFSynchronizer, AsyncFFSynchronizer
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue