unneeded dependency
This commit is contained in:
parent
e5eb477475
commit
94e5cc5293
1 changed files with 0 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue