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

Commit

Permalink
fix: missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
zdimension committed Nov 6, 2023
1 parent 72b848a commit 0ba95f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Contents/Code/youtube_dl_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# 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 0ba95f0

Please sign in to comment.