We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7d22f commit 2d1481aCopy full SHA for 2d1481a
1 file changed
plexapi/__init__.py
@@ -6,7 +6,7 @@
6
7
from plexapi.config import PlexConfig, reset_base_headers
8
import plexapi.const as const
9
-from plexapi.utils import SecretsFilter, setDatetimeTimezone
+from plexapi.utils import SecretsFilter, setDatetimeTimezone, DATETIME_TIMEZONE # noqa: F401 # Re-export DATETIME_TIMEZONE
10
11
# Load User Defined Config
12
DEFAULT_CONFIG_PATH = os.path.expanduser('~/.config/plexapi/config.ini')
0 commit comments