Skip to content

Commit 3691ce2

Browse files
committed
don't import with a wildcard (other than tkinter)
1 parent ca32b7a commit 3691ce2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

leetcode.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
import webbrowser
44
from os import getcwd
5-
from tkinter import *
6-
from tkinter import ttk
5+
from tkinter import ttk, StringVar, BooleanVar, Tk, N, W, E, S
76

87
import pandas as pd
98

0 commit comments

Comments
 (0)