gui: updated core.gui to not use deprecated type hinting
This commit is contained in:
parent
69f05a6712
commit
e7351b594d
40 changed files with 268 additions and 257 deletions
|
@ -3,8 +3,9 @@ input validation
|
|||
"""
|
||||
import re
|
||||
import tkinter as tk
|
||||
from re import Pattern
|
||||
from tkinter import ttk
|
||||
from typing import Any, Optional, Pattern
|
||||
from typing import Any, Optional
|
||||
|
||||
SMALLEST_SCALE: float = 0.5
|
||||
LARGEST_SCALE: float = 5.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue