Skip to content

Commit ecefdbb

Browse files
committed
remove unused import of quote
found in Flake test
1 parent 4f6ee3c commit ecefdbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plexapi/video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from plexapi import media, utils
33
from plexapi.exceptions import BadRequest, NotFound
44
from plexapi.base import Playable, PlexPartialObject
5-
from plexapi.compat import quote_plus, quote, urlencode
5+
from plexapi.compat import quote_plus, urlencode
66
import os
77

88

0 commit comments

Comments
 (0)