mirror of
https://github.com/LC044/WeChatMsg
synced 2025-05-24 17:29:43 +08:00
removed unnecessary import
This commit is contained in:
parent
0c6aec562e
commit
1340e5e3ae
@ -12,7 +12,7 @@ from app.resources import resource_rc
|
|||||||
|
|
||||||
import tkinter as tk
|
import tkinter as tk
|
||||||
import os
|
import os
|
||||||
from tkinter import simpledialog, messagebox
|
from tkinter import messagebox
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
var = resource_rc.qt_resource_name
|
var = resource_rc.qt_resource_name
|
||||||
@ -21,11 +21,6 @@ charts_height = 450
|
|||||||
wordcloud_width = 780
|
wordcloud_width = 780
|
||||||
wordcloud_height = 720
|
wordcloud_height = 720
|
||||||
|
|
||||||
import tkinter as tk
|
|
||||||
from tkinter import simpledialog, messagebox
|
|
||||||
import os
|
|
||||||
import shutil
|
|
||||||
|
|
||||||
class StopwordsWindow(tk.Tk):
|
class StopwordsWindow(tk.Tk):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
|
Loading…
Reference in New Issue
Block a user