From 228039889d51f7f829682b52ae787e00d9b73446 Mon Sep 17 00:00:00 2001 From: "deepsource-dev-autofix[bot]" <61578317+deepsource-dev-autofix[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 02:54:58 +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.one/gh/sourya-deepsource/demo-python/transform/b1c60db9-f891-4e59-8059-8fbae1746552/ --- 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] - - - - -