From b72f9b8fd7c0f068a01447a504091b4094e58d6e Mon Sep 17 00:00:00 2001 From: "deepsource-dev-autofix[bot]" <61578317+deepsource-dev-autofix[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 20:54:58 +0000 Subject: [PATCH] style: format code with Autopep8 This commit fixes the style issues introduced in f671101 according to the output from Autopep8. Details: None --- assignment.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/assignment.py b/assignment.py index a5713da5c..b9f5a5698 100644 --- a/assignment.py +++ b/assignment.py @@ -1,8 +1,9 @@ (*FIRST,) = [1, 2, 3] # documenting code no fun *FIRST, a, b = [1, 2, 3, 7] # documenting code no fun -a, b = [1, 8, 2, 3, 5, 6,7, 8, 9] # documenting code no fun hehehehehefffff +a, b = [1, 8, 2, 3, 5, 6, 7, 8, 9] # documenting code no fun hehehehehefffff c = 1 + def not_covered(): - print("hellooooow") - pass + print("hellooooow") + pass