From 52e74ec939782bf50d6b4d16f95cef1f50c86975 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 17:57:11 +0000 Subject: [PATCH] style: format code with Autopep8 This commit fixes the style issues introduced in 3ec9b22 according to the output from Autopep8. Details: None --- assignment.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/assignment.py b/assignment.py index 38c2e5ea4..a48cf3650 100644 --- a/assignment.py +++ b/assignment.py @@ -1,8 +1,10 @@ (*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, 12] # documenting code no fun hehehehehefffffddddd +# documenting code no fun hehehehehefffffddddd +a, b = [1, 8, 2, 3, 5, 6, 7, 8, 9, 12] c = 1 + def not_covered(): - print("hellooooow") - pass + print("hellooooow") + pass