Skip to content

Commit 060bdb0

Browse files
fmt
Signed-off-by: Thara Palanivel <[email protected]>
1 parent dbeb760 commit 060bdb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fms_mo/training_args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def __post_init__(self):
3838
else:
3939
if not (
4040
get_origin(val) is list
41-
or type(val) is list # pylint: disable=unidiomatic-typecheck
41+
or type(val) is list # pylint: disable=unidiomatic-typecheck
4242
or all(isinstance(item, int) for item in val)
4343
):
4444
invalid_val = True

0 commit comments

Comments
 (0)