Remove unused import, remove author

This commit is contained in:
Daniel Goldberg 2019-09-20 22:55:10 +03:00
parent 032ee2ee0e
commit 4dcc919b49
1 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
import sys
import time
import logging
@ -14,8 +13,6 @@ if is_windows_os():
else:
from multiprocessing import Pool
__author__ = 'itamar'
LOG = logging.getLogger(__name__)
SCAN_DELAY = 0