fixed duplicate class declaration
This commit is contained in:
@@ -9,7 +9,6 @@ from contextlib import contextmanager
|
||||
class HendiException(Exception):
|
||||
pass
|
||||
|
||||
class HendiCtrl:
|
||||
class HendiCtrl:
|
||||
def __init__(self, port, speed):
|
||||
self.ser = serial.Serial(port, speed)
|
||||
|
||||
Reference in New Issue
Block a user