fix indent

This commit is contained in:
chrys87 2017-01-31 10:59:00 +01:00 committed by GitHub
parent 7c71ebd451
commit 9138fe2bfc

View File

@ -162,7 +162,6 @@ class driver():
def grabDevices(self):
if not self._initialized:
return None
try:
for fd in self.iDevices:
try:
self.uDevices[fd] = UInput.from_device(self.iDevices[fd].fn)
@ -199,7 +198,6 @@ class driver():
# )
# dev.grab()
def releaseDevices(self):
if not self._initialized:
return None