Skip to content

Commit 5011ccb

Browse files
committed
fix imports from ruff
1 parent 72090cd commit 5011ccb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cli_master/cli_master.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import sys
33
from pprint import pprint
44

5-
import sys
65

76
sys.path.append(os.path.realpath("."))
87
import inquirer

youtubedownloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
from tkinter import filedialog, messagebox
2+
from tkinter import Button, Entry, Label, Tk, filedialog, messagebox
33
from threading import Thread
44
from pytube import YouTube
55

0 commit comments

Comments
 (0)