Skip to content

Commit efad7eb

Browse files
committed
flake fix
remove unused import X_PLEX_CONTAINER_SIZE
1 parent 3ca655b commit efad7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plexapi/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
import re
33

4-
from plexapi import log, utils, X_PLEX_CONTAINER_SIZE
4+
from plexapi import log, utils
55
from plexapi.compat import quote_plus, urlencode
66
from plexapi.exceptions import BadRequest, NotFound, UnknownType, Unsupported
77
from plexapi.utils import tag_helper

0 commit comments

Comments
 (0)