[FIX] todo.py remove tk, not used
- this broke server without gui for pyton 3.12.3
This commit is contained in:
parent
4762282796
commit
2569b3f0ba
1 changed files with 0 additions and 6 deletions
|
|
@ -41,9 +41,6 @@ GRADLE_FILE = os.path.join(MOBILE_HOME_PATH, ANDROID_DIR, "app/build.gradle")
|
||||||
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import tkinter as tk
|
|
||||||
from tkinter import filedialog
|
|
||||||
|
|
||||||
import click
|
import click
|
||||||
import dotenv
|
import dotenv
|
||||||
import humanize
|
import humanize
|
||||||
|
|
@ -1385,9 +1382,6 @@ class TODO:
|
||||||
# # self.restart_script(e)
|
# # self.restart_script(e)
|
||||||
try:
|
try:
|
||||||
# TODO duplicate
|
# TODO duplicate
|
||||||
import tkinter as tk
|
|
||||||
from tkinter import filedialog
|
|
||||||
|
|
||||||
import click
|
import click
|
||||||
import humanize
|
import humanize
|
||||||
import openai
|
import openai
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue