Skip to content

Commit fb1ea67

Browse files
committed
flake fix
remove unused imports
1 parent 2a198f5 commit fb1ea67

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
66
import os
77

88

0 commit comments

Comments
 (0)