From d6923432faa48f835be89c33e1347ddb4716b7f4 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 15:40:19 +0000 Subject: [PATCH] style: format code with Autopep8 This commit fixes the style issues introduced in bc5fda1 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 a592b3cb2..276af2006 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 funffffff -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