Remove useless semi

This commit is contained in:
henryruhs 2024-02-15 19:29:15 +01:00
parent 93fe50bcc8
commit a5649be4a1

View File

@ -88,7 +88,7 @@ MODELS : ModelSet =\
'size': (256, 256),
'mean': [ 0.0, 0.0, 0.0 ],
'standard_deviation': [ 1.0, 1.0, 1.0 ]
},
}
}
OPTIONS : Optional[OptionsWithModel] = None