From 7ef1c42532e33076c5d012bf1d1ac76050627a3c Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 03:27:08 +0000 Subject: [PATCH] style: format code with black Format code with black This commit fixes the style issues introduced in 3ca7e40 according to the output from Black. Details: https://app.deepsource.com/gh/sourya-deepsource/demo-python/transform/541729db-b7ae-44c4-ad18-e78495a56d2b/ --- assignment.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/assignment.py b/assignment.py index b2e9ba4b4..a6f3b7a61 100644 --- a/assignment.py +++ b/assignment.py @@ -9,8 +9,3 @@ *FIRST = [1, 2, 3] (*FIRST,) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] - - - - -