We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a51c2 commit 8f8a6f9Copy full SHA for 8f8a6f9
process_watch.py
@@ -2,8 +2,8 @@
2
import sys
3
import time
4
import logging
5
-import psutil
6
import importlib
+import psutil
7
8
sys.dont_write_bytecode = True
9
sys.path.append('watch_list')
0 commit comments