(chore) remove junk tkinter import

This commit is contained in:
ishaan-jaff 2023-12-12 13:54:17 -08:00
parent 4230139153
commit 873ff14990

View file

@ -1,4 +1,3 @@
from tkinter import N
from typing import Optional, Union, Any
import types, time, json
import httpx