mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
Remove unused import
This commit is contained in:
parent
e87a7346c6
commit
612f1db0d2
1 changed files with 1 additions and 2 deletions
|
@ -8,8 +8,7 @@ import zipfile
|
|||
from datetime import datetime
|
||||
from threading import Thread
|
||||
from plexapi import compat
|
||||
from plexapi.exceptions import NotFound, PlexApiException
|
||||
|
||||
from plexapi.exceptions import NotFound
|
||||
|
||||
# Search Types - Plex uses these to filter specific media types when searching.
|
||||
# Library Types - Populated at runtime
|
||||
|
|
Loading…
Reference in a new issue