Skip to content

Commit fc99948

Browse files
committed
fix lint again
1 parent 95ead7f commit fc99948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dffram.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
from librelane.config import Variable
3131
from librelane.logging import warn, err
3232
from librelane.state import DesignFormat
33-
from librelane.flows import SequentialFlow, cloup_flow_opts, Flow
34-
from librelane.steps import Yosys, OpenROAD, Magic, KLayout, Netgen, Odb, Checker, Misc
33+
from librelane.flows import cloup_flow_opts, Flow
34+
from librelane.steps import OpenROAD, Odb
3535

3636

3737
class PlaceRAM(Odb.OdbpyStep):

0 commit comments

Comments
 (0)