Browse Source

unneeded dependency

boyska 2 years ago
parent
commit
94e5cc5293
1 changed files with 0 additions and 2 deletions
  1. 0 2
      ring_mon/apply-state

+ 0 - 2
ring_mon/apply-state

@@ -27,8 +27,6 @@ from pathlib import Path
 from subprocess import Popen, check_output, CalledProcessError
 from multiprocessing import Process, Pipe
 
-import pyinotify
-
 
 def rotate(lst: list, n: int) -> list:
     return lst[n:] + lst[:n]