Remove unused import

This commit is contained in:
Michael Shepanski 2019-06-02 22:38:53 -04:00
parent 25ac6129f8
commit ae235cf4ad

View file

@ -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