Skip to content

Commit 8f8a6f9

Browse files
committed
Fix some linting errors
1 parent 79a51c2 commit 8f8a6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

process_watch.py

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

88
sys.dont_write_bytecode = True
99
sys.path.append('watch_list')

0 commit comments

Comments
 (0)