Remove unused imports
authorJean THOMAS <git0@pub.jeanthomas.me>
Tue, 28 Jul 2020 13:09:12 +0000 (15:09 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Tue, 28 Jul 2020 13:09:12 +0000 (15:09 +0200)
gram/core/crossbar.py

index f04f7cb0aa43d2e078f1b5986113d09ebe698a06..05a31f3d7cf4fd6f4eeb107a796fcd20a36f2655 100644 (file)
@@ -4,9 +4,6 @@
 # This file is Copyright (c) 2020 LambdaConcept <contact@lambdaconcept.com>
 # License: BSD
 
-from functools import reduce
-from operator import or_
-
 from nmigen import *
 
 from gram.common import *