Skip to content

Commit 090e062

Browse files
committed
minor fix
1 parent b4a2d64 commit 090e062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kim_convergence/batch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def batch(
131131
raise CRError(
132132
f'method "{scale}" not found. Valid methods to scale and '
133133
"standardize a dataset are:\n\t- "
134-
f'{"\n\t- ".join(scale_methods)}'
134+
+ "\n\t- ".join(scale_methods)
135135
)
136136

137137
scale_func = scale_methods[scale]

0 commit comments

Comments
 (0)