remove unneeded import
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 16 Feb 2019 07:40:16 +0000 (07:40 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 16 Feb 2019 07:40:16 +0000 (07:40 +0000)
src/add/pipeline_example.py

index 2198523f4ae8a830f878701bef2636d688353a11..544b745b0a5d7b710b7d9eea38397acab5f4799a 100644 (file)
@@ -1,6 +1,5 @@
 """ Example 5: Making use of PyRTL and Introspection. """
 
-from copy import deepcopy
 from nmigen import Module, Signal
 from nmigen.cli import main, verilog