Skip to content

Commit 8db448b

Browse files
committed
remove extra line break
Signed-off-by: Kyle Sayers <[email protected]>
1 parent 7542403 commit 8db448b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llmcompressor/pipelines/sequential/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def forward(self, *args, **kwargs) -> Dict[str, Any]:
7373
except Exception as exception:
7474
raise RuntimeError(
7575
"Raised an exception during execution of the following code:\n"
76-
f"```\n{add_line_numbers(self._code.src)}\n```\n"
76+
f"```\n{add_line_numbers(self._code.src)}\n```"
7777
) from exception
7878

7979
return outputs

0 commit comments

Comments
 (0)