From a241c81ec6ad635f5256126fa3a87a98da6ca9a1 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 06:33:05 +0000 Subject: [PATCH] style: Format code with black Format code with black This commit fixes the style issues introduced in ceb9258 according to the output from black. Details: https://app.deepsource.com/gh/sourya-deepsource/demo-python/transform/1681e640-3099-4b67-aaa5-a73bb05b974e/ --- assignment.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/assignment.py b/assignment.py index 424be7358..31fcdde22 100644 --- a/assignment.py +++ b/assignment.py @@ -6,5 +6,3 @@ *FIRST = [1, 2, 3] (*FIRST,) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] - -