(chore) remove junk tkinter import

This commit is contained in:
ishaan-jaff 2023-12-12 13:54:17 -08:00
parent da9976441b
commit a251a52717

View file

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