From d16f59b1384506bcaf05b027fd4b8c724f13d5d9 Mon Sep 17 00:00:00 2001 From: "deepsource-dev-autofix[bot]" <61578317+deepsource-dev-autofix[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 06:33:09 +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.one/gh/sourya-deepsource/demo-python/transform/56b0dd28-44dc-4750-9a51-36280c7fff7e/ --- 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] - -