From 3b9ab90c7e91e452dda926a3de842be77e234b6f Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 02:55:03 +0000 Subject: [PATCH] style: format code with black Format code with black This commit fixes the style issues introduced in 9002897 according to the output from Black. Details: https://app.deepsource.com/gh/sourya-deepsource/demo-python/transform/2769738c-4f49-4d0d-8c04-fc9ba3fc4a17/ --- assignment.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/assignment.py b/assignment.py index 4bb64651f..b4207d28f 100644 --- a/assignment.py +++ b/assignment.py @@ -8,8 +8,3 @@ *FIRST = [1, 2, 3] (*FIRST,) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] - - - - -