[FIX] todo.py remove tk, not used

- this broke server without gui for pyton 3.12.3
This commit is contained in:
Mathieu Benoit 2026-03-12 02:27:05 -04:00
parent 4762282796
commit 2569b3f0ba

View file

@ -41,9 +41,6 @@ GRADLE_FILE = os.path.join(MOBILE_HOME_PATH, ANDROID_DIR, "app/build.gradle")
try:
import tkinter as tk
from tkinter import filedialog
import click
import dotenv
import humanize
@ -1385,9 +1382,6 @@ class TODO:
# # self.restart_script(e)
try:
# TODO duplicate
import tkinter as tk
from tkinter import filedialog
import click
import humanize
import openai