From 84b933093036f32366dc076c761af0a42577be70 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 03:27:09 +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.one/gh/sourya-deepsource/demo-python/transform/536856d7-1b34-4d68-8361-d1d953ad0ab5/ --- 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] - - - - -