mirror of
https://github.com/anatolykopyl/youtube-cdl.git
synced 2026-03-26 12:55:11 +00:00
🔥 Removed unused imports
This commit is contained in:
2
main.py
2
main.py
@@ -5,9 +5,7 @@ from pathlib import Path
|
|||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
import json
|
import json
|
||||||
import re
|
|
||||||
import argparse
|
import argparse
|
||||||
import logging
|
|
||||||
import youtube_dl
|
import youtube_dl
|
||||||
from get_channels import retrieve_youtube_subscriptions
|
from get_channels import retrieve_youtube_subscriptions
|
||||||
from print_logo import print_logo
|
from print_logo import print_logo
|
||||||
|
|||||||
Reference in New Issue
Block a user