We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca655b commit efad7ebCopy full SHA for efad7eb
plexapi/base.py
@@ -1,7 +1,7 @@
1
# -*- coding: utf-8 -*-
2
import re
3
4
-from plexapi import log, utils, X_PLEX_CONTAINER_SIZE
+from plexapi import log, utils
5
from plexapi.compat import quote_plus, urlencode
6
from plexapi.exceptions import BadRequest, NotFound, UnknownType, Unsupported
7
from plexapi.utils import tag_helper
0 commit comments