Fix pycodestyle issues

This commit is contained in:
Darko Poljak 2021-01-18 06:28:09 +01:00
parent 6e9b13d949
commit 92a50da487
1 changed files with 0 additions and 1 deletions

View File

@ -139,7 +139,6 @@ class Scanner(object):
""" """
def start(self): def start(self):
self.process = Process(target=self.scan) self.process = Process(target=self.scan)
self.process.start() self.process.start()