mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
Remove try_convert_to_int
Carry over feature from SmartInversion that doesn't exist here woops
This commit is contained in:
parent
1d552371b2
commit
e65631820e
@ -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)]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user