mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-26 13:40:22 +00:00
Remove unused import
This commit is contained in:
parent
0de2349113
commit
95c47c67c7
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
from urllib.parse import quote, quote_plus, unquote, urlencode
|
||||
from urllib.parse import quote, quote_plus, urlencode
|
||||
|
||||
from plexapi import X_PLEX_CONTAINER_SIZE, log, media, utils
|
||||
from plexapi.base import OPERATORS, PlexObject
|
||||
|
|
Loading…
Reference in a new issue