From 6d6877c2420da4a59e38ff05d365cd086d86a772 Mon Sep 17 00:00:00 2001 From: Srijan Saurav <68371686+srijan-deepsource@users.noreply.github.com> Date: Tue, 21 Nov 2023 14:34:56 +0530 Subject: [PATCH 1/2] Update assignment.py --- assignment.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assignment.py b/assignment.py index 342485235..8cc8312ec 100644 --- a/assignment.py +++ b/assignment.py @@ -29,3 +29,7 @@ def untested_foo(): print("New line 8") print("New line 9") print("New line 10") + +breakpoint() + +exec("foo") From 9c937edcddf1411d384ad6434618c98c2a5d8bdb Mon Sep 17 00:00:00 2001 From: "deepsource-dev-autofix[bot]" <61578317+deepsource-dev-autofix[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 09:49:05 +0000 Subject: [PATCH 2/2] style: format code with Autopep8, Black, ISort, Ruff Formatter and Yapf This commit fixes the style issues introduced in 6d6877c according to the output from Autopep8, Black, ISort, Ruff Formatter and Yapf. Details: https://github.com/srijan-deepsource/demo-python/pull/58 --- assignment.py | 1 + 1 file changed, 1 insertion(+) diff --git a/assignment.py b/assignment.py index 8cc8312ec..d47cd8001 100644 --- a/assignment.py +++ b/assignment.py @@ -30,6 +30,7 @@ def untested_foo(): print("New line 9") print("New line 10") + breakpoint() exec("foo")