From 064830f24b0bd549e25120668e97146925e11f26 Mon Sep 17 00:00:00 2001 From: Srijan Saurav <68371686+srijan-deepsource@users.noreply.github.com> Date: Tue, 23 Jan 2024 14:24:00 +0530 Subject: [PATCH 1/2] Update assignment.py --- assignment.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assignment.py b/assignment.py index 342485235..e8c791e9f 100644 --- a/assignment.py +++ b/assignment.py @@ -29,3 +29,5 @@ def untested_foo(): print("New line 8") print("New line 9") print("New line 10") + + From 149d77f78bb1ecd4772ecad49d72ca5741e15e5e Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 08:55:29 +0000 Subject: [PATCH 2/2] style: format code with Autopep8, Black, isort, Ruff Formatter and Yapf This commit fixes the style issues introduced in 064830f according to the output from Autopep8, Black, isort, Ruff Formatter and Yapf. Details: https://github.com/srijan-deepsource/demo-python/pull/68 --- assignment.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/assignment.py b/assignment.py index e8c791e9f..342485235 100644 --- a/assignment.py +++ b/assignment.py @@ -29,5 +29,3 @@ def untested_foo(): print("New line 8") print("New line 9") print("New line 10") - -