Skip to content

Commit 3a78234

Browse files
committed
add quote import for optimizing items
1 parent 61933c4 commit 3a78234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plexapi/compat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
from urllib import quote
2626

2727
try:
28-
from urllib.parse import quote_plus
28+
from urllib.parse import quote_plus, quote
2929
except ImportError:
30-
from urllib import quote_plus
30+
from urllib import quote_plus, quote
3131

3232
try:
3333
from urllib.parse import unquote

0 commit comments

Comments
 (0)