Follow the config parser way part4

This commit is contained in:
henryruhs
2025-04-28 10:03:29 +02:00
parent b480c76e35
commit 89c0493acd
2 changed files with 2 additions and 7 deletions
-5
View File
@@ -39,11 +39,6 @@ def before_all() -> None:
{
'valid': '1 2 3',
'unset': ''
},
'float_list':
{
'valid': '1.0 2.0 3.0',
'unset': ''
}
})