Skip to content

Commit 5b02c49

Browse files
committedAug 31, 2017
spi: remove unnecessary imports
1 parent 7d59ec3 commit 5b02c49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

Diff for: ‎misoc/cores/spi.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import collections
2-
from operator import or_
3-
from functools import reduce
42

53
from migen import *
64
from migen.genlib.fsm import FSM, NextState

0 commit comments

Comments
 (0)
Please sign in to comment.