From 31155e73073a512f6581fc1d6e14c12b3020ec4c Mon Sep 17 00:00:00 2001 From: ArpitSingh Date: Sat, 18 Jun 2022 19:04:47 +0530 Subject: [PATCH] removed unused import --- chatgui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/chatgui.py b/chatgui.py index adbc6cd..20c79cf 100644 --- a/chatgui.py +++ b/chatgui.py @@ -64,7 +64,6 @@ def chatbot_response(msg): #Creating GUI with tkinter -import tkinter from tkinter import *