Skip to content

Commit 79a51c2

Browse files
committed
Fix some linting errors
1 parent 27f45b9 commit 79a51c2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

process_watch.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
import sys
33
import time
44
import logging
5-
import importlib
65
import psutil
6+
import importlib
77

88
sys.dont_write_bytecode = True
99
sys.path.append('watch_list')
@@ -14,10 +14,8 @@
1414

1515
logging.basicConfig(
1616
handlers = [logging.FileHandler(log_file), logging.StreamHandler()],
17-
#filename=log_file,
1817
level=logging.INFO,
1918
format='%(asctime)s - %(levelname)s - %(message)s',
20-
#stream=sys.stdout,
2119
)
2220

2321
# Dynamic Import of Modules in Watch List Directory

0 commit comments

Comments
 (0)