Skip to content

Commit 5948988

Browse files
committed
fixed lint
1 parent d6b5a2b commit 5948988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycde_example/ahb_to_ram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from pycde import (Clock, Reset, Input, Output, Module, System, generator)
2-
from pycde.types import Bits, UInt, types
2+
from pycde.types import Bits, UInt, types # noqa: F401
33
from pycde.constructs import Reg, Mux
44
from pycde.signals import BitsSignal
55
from pycde.module import ModuleBuilder

0 commit comments

Comments
 (0)