Cleanup based on flake8 lint
This commit is contained in:
parent
dec084818a
commit
bfd81f777c
6 changed files with 10 additions and 14 deletions
|
|
@ -1,17 +1,15 @@
|
|||
"""
|
||||
Simplified Pattern assembly (`Builder`)
|
||||
"""
|
||||
from typing import Self, Sequence, Mapping, Literal, overload
|
||||
from typing import Self, Sequence, Mapping
|
||||
import copy
|
||||
import logging
|
||||
|
||||
from numpy import pi
|
||||
from numpy.typing import ArrayLike
|
||||
|
||||
from ..pattern import Pattern
|
||||
from ..ref import Ref
|
||||
from ..library import ILibrary
|
||||
from ..error import PortError, BuildError
|
||||
from ..error import BuildError
|
||||
from ..ports import PortList, Port
|
||||
from ..abstract import Abstract
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue