Remove try_convert_to_int

Carry over feature from SmartInversion that doesn't exist here woops
This commit is contained in:
Blabzillaweasel 2025-02-08 23:36:41 +13:00
parent 1d552371b2
commit e65631820e

View File

@ -6,7 +6,6 @@ from settings.constants import BACKGROUND_COLOR
import PySimpleGUI as sg
from settings.modules.CommonFieldValidators import try_convert_to_float
from settings.modules.CommonFieldValidators import try_convert_to_int
class EyeTuneValidationModule(BaseValidationModel):
gui_eyetune_maxin: Annotated[float, AfterValidator(try_convert_to_float)]