From bc7b452be7a2f1ca45e8513db4eef1b1be98e3e3 Mon Sep 17 00:00:00 2001 From: Tom Niget Date: Tue, 7 Nov 2023 10:41:39 +0100 Subject: [PATCH] style: move import --- Contents/Code/youtube_dl_helper.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Contents/Code/youtube_dl_helper.py b/Contents/Code/youtube_dl_helper.py index 620ede19..ca4a7d30 100644 --- a/Contents/Code/youtube_dl_helper.py +++ b/Contents/Code/youtube_dl_helper.py @@ -1,5 +1,8 @@ # -*- coding: utf-8 -*- +# standard imports +import logging + # plex debugging try: import plexhints # noqa: F401 @@ -12,7 +15,6 @@ # imports from Libraries\Shared from constants import plugin_identifier from typing import Optional -import logging import youtube_dl # get the plugin logger