software/driver/io: cleanup

This commit is contained in:
Florent Kermarrec 2017-06-22 18:13:07 +02:00
parent 01eabb2d0d
commit 1f33e44ad5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
class LiteScopeIODriver():
class LiteScopeIODriver:
def __init__(self, regs, name):
self.regs = regs
self.name = name