mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
Remove unused import
This commit is contained in:
parent
25ac6129f8
commit
ae235cf4ad
1 changed files with 0 additions and 2 deletions
|
@ -8,8 +8,6 @@ from shutil import copyfile, rmtree
|
|||
from subprocess import call
|
||||
from time import time, sleep
|
||||
from uuid import uuid4
|
||||
|
||||
from requests import codes
|
||||
from tqdm import tqdm
|
||||
|
||||
import plexapi
|
||||
|
|
Loading…
Reference in a new issue