liteusb: pep8 (E201)

This commit is contained in:
Florent Kermarrec 2015-04-13 14:29:44 +02:00
parent 4974fd6bc9
commit ce0e818d66
2 changed files with 10 additions and 12 deletions

View File

@ -12,9 +12,7 @@ user_layout = EndpointDescription(
packetized=True packetized=True
) )
phy_layout = [ phy_layout = [("d", 8)]
("d", 8)
]
class LiteUSBPipe: class LiteUSBPipe: