remove tabview colors in themes

This commit is contained in:
Tom Schimansky
2022-11-13 18:37:41 +01:00
parent b62543f332
commit fcfda7ed24
3 changed files with 4 additions and 10 deletions

View File

@ -1,7 +1,7 @@
import sys
import tkinter
import tkinter.ttk as ttk
from typing import Union, Callable, Tuple, Optional
from typing import Union, Callable, Tuple
try:
from typing import TypedDict