Skip to content

Commit

Permalink
Merge pull request #1 from pzy2000/deepsource-autofix-ac62828b
Browse files Browse the repository at this point in the history
refactor: remove unused imports
  • Loading branch information
pzy2000 authored Aug 28, 2024
2 parents 143e11a + 26754d2 commit 3b32561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import win32con
from PIL import Image, ImageTk
import tkinter as tk
from tkinter import Label, Frame, Checkbutton, BooleanVar, simpledialog, Toplevel, Button, dialog
from tkinter import Label, Frame, Checkbutton, BooleanVar, simpledialog, Toplevel, Button
import numpy as np

# Global blacklist variable
Expand Down

0 comments on commit 3b32561

Please sign in to comment.