Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
style: move import
Browse files Browse the repository at this point in the history
  • Loading branch information
zdimension committed Nov 7, 2023
1 parent 0ba95f0 commit bc7b452
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Contents/Code/youtube_dl_helper.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# -*- coding: utf-8 -*-

# standard imports
import logging

# plex debugging
try:
import plexhints # noqa: F401
Expand All @@ -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
Expand Down

0 comments on commit bc7b452

Please sign in to comment.