up_counter: Forgot to remove commented imports
[nmigen-examples.git] / up_counter / up_counter.py
index 110a5fd8d684e07fc0b3887a00b13edf543048b0..a9969ee1b75ffe98ccfd0a8d28540dbe30a869cc 100644 (file)
@@ -1,9 +1,5 @@
-#from nmigen import *
 from nmigen import Signal, Value, Elaboratable, Module, Cat, Const
-#from nmigen import ClockDomain, ClockSignal
 from nmigen.build import Platform
-#from nmigen.cli import main_parser, main_runner
-#from nmigen.asserts import Assert, Assume, Cover, Past
 
 # --- CONVERT ---
 from nmigen.back import verilog