mirror of
https://github.com/pkkid/python-plexapi
synced 2025-02-16 12:58:26 +00:00
remove unused import of quote
found in Flake test
This commit is contained in:
parent
4f6ee3c251
commit
ecefdbba6a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
from plexapi import media, utils
|
||||
from plexapi.exceptions import BadRequest, NotFound
|
||||
from plexapi.base import Playable, PlexPartialObject
|
||||
from plexapi.compat import quote_plus, quote, urlencode
|
||||
from plexapi.compat import quote_plus, urlencode
|
||||
import os
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue