Skip to content

Commit 955479a

Browse files
committed
formatting
1 parent 74a0e36 commit 955479a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/sagemaker/serve/validations/optimization.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,10 @@ def _validate_optimization_configuration(
184184
)
185185
except ValueError as neuron_compare_error:
186186
raise ValueError(
187-
f"Optimizations that use {neuron_compare_error} are not supported on Neuron instances."
187+
(
188+
f"Optimizations that use {neuron_compare_error} "
189+
"are not supported on Neuron instances."
190+
)
188191
)
189192
else:
190193
try:

0 commit comments

Comments
 (0)