From 5ea904dfec73895de8d55228ba1bbe4985813859 Mon Sep 17 00:00:00 2001 From: Srijan Saurav <68371686+srijan-deepsource@users.noreply.github.com> Date: Wed, 24 Jan 2024 16:03:13 +0530 Subject: [PATCH 1/2] Update poc.py --- poc.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/poc.py b/poc.py index 6ef13f998..2e2018f4c 100644 --- a/poc.py +++ b/poc.py @@ -1,3 +1,5 @@ import os x = [i for i in range(10)] + + From d536b09d939294cf268aaac5bb7dd537a9b83296 Mon Sep 17 00:00:00 2001 From: "deepsource-dev-autofix[bot]" <61578317+deepsource-dev-autofix[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 10:33:32 +0000 Subject: [PATCH 2/2] style: format code with Autopep8, Black, ISort, Ruff Formatter and Yapf This commit fixes the style issues introduced in 5ea904d according to the output from Autopep8, Black, ISort, Ruff Formatter and Yapf. Details: https://github.com/srijan-deepsource/demo-python/pull/70 --- poc.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/poc.py b/poc.py index 2e2018f4c..6ef13f998 100644 --- a/poc.py +++ b/poc.py @@ -1,5 +1,3 @@ import os x = [i for i in range(10)] - -