mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
Remove unused import.
Flake8 caught this one.
This commit is contained in:
parent
accb09202b
commit
6d135a7848
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import re
|
|||
import requests
|
||||
import time
|
||||
import zipfile
|
||||
from datetime import datetime, timedelta
|
||||
from datetime import datetime
|
||||
from getpass import getpass
|
||||
from threading import Thread, Event
|
||||
from tqdm import tqdm
|
||||
|
|
Loading…
Reference in a new issue