From 68796778e0470198f077bf4e537563d5120ed442 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix-local[bot]" <61578317+deepsource-autofix-local[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:06:49 +0000 Subject: [PATCH 01/30] Format code with black, isort, yapf and autopep8 This commit fixes the style issues introduced in 9404a7c according to the output from black, isort, yapf and autopep8. Details: https://deepsource.icu/gh/karan-deepsource/demo-python/transform/455f8094-c827-4298-a39c-5e9db0d1339c/ --- assignment.py | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/assignment.py b/assignment.py index 271f7cd8d..aa9817231 100644 --- a/assignment.py +++ b/assignment.py @@ -1,12 +1,13 @@ -(*FIRST,) = [1, 2, 3] -(*FIRST,) = [1, 2, 3] -*FIRST, a, b = [1, 2, 3] - import os +(*FIRST, ) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] +*FIRST, a, b = [1, 2, 3] + open("foo") + def foo(foo=None): - if foo is None: - foo = [] - return [*foo] + if foo is None: + foo = [] + return [*foo] From 3ba23b58e04c029d488da11c56a93bbc5c692e47 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:06:59 +0000 Subject: [PATCH 02/30] Format code with yapf, autopep8, isort and black --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index aa9817231..75356fc7c 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST, ) = [1, 2, 3] -(*FIRST, ) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From a88d0b24f624437f0f41f8a9d1cbee45390e3d75 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix-local[bot]" <61578317+deepsource-autofix-local[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:07:08 +0000 Subject: [PATCH 03/30] Format code with black, isort, yapf and autopep8 --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index 75356fc7c..aa9817231 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST,) = [1, 2, 3] -(*FIRST,) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From 6d673924aae2d953e103cf7ca72ea18a98209dcd Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:07:43 +0000 Subject: [PATCH 04/30] Format code with yapf, autopep8, isort and black --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index aa9817231..75356fc7c 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST, ) = [1, 2, 3] -(*FIRST, ) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From 40d11225a6cde2daa899f8ac987cdd57b6a64757 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix-local[bot]" <61578317+deepsource-autofix-local[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:07:51 +0000 Subject: [PATCH 05/30] Format code with black, isort, yapf and autopep8 --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index 75356fc7c..aa9817231 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST,) = [1, 2, 3] -(*FIRST,) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From 96a15234274e56334fbe8afabaed98ced8c3b13f Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:08:00 +0000 Subject: [PATCH 06/30] Format code with yapf, autopep8, isort and black --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index aa9817231..75356fc7c 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST, ) = [1, 2, 3] -(*FIRST, ) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From eed7ff04e8baa90ce99e63fd6d7916272b7a88e6 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix-local[bot]" <61578317+deepsource-autofix-local[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:08:26 +0000 Subject: [PATCH 07/30] Format code with black, isort, yapf and autopep8 --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index 75356fc7c..aa9817231 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST,) = [1, 2, 3] -(*FIRST,) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From 155ec380fee2e532cdcf2817dce83524e7c3fcf9 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:08:37 +0000 Subject: [PATCH 08/30] Format code with yapf, autopep8, isort and black --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index aa9817231..75356fc7c 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST, ) = [1, 2, 3] -(*FIRST, ) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From cd785c27d39d98e713d9294eea13456ebff4291f Mon Sep 17 00:00:00 2001 From: "deepsource-autofix-local[bot]" <61578317+deepsource-autofix-local[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:08:45 +0000 Subject: [PATCH 09/30] Format code with black, isort, yapf and autopep8 --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index 75356fc7c..aa9817231 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST,) = [1, 2, 3] -(*FIRST,) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From 2b8909ac3ebbe6f18fe63c7495239ad98a1c2129 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:08:54 +0000 Subject: [PATCH 10/30] Format code with yapf, autopep8, isort and black --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index aa9817231..75356fc7c 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST, ) = [1, 2, 3] -(*FIRST, ) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From 379c056df716c6c97472f240c87ada1e5fd77bf8 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix-local[bot]" <61578317+deepsource-autofix-local[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:09:03 +0000 Subject: [PATCH 11/30] Format code with black, isort, yapf and autopep8 --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index 75356fc7c..aa9817231 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST,) = [1, 2, 3] -(*FIRST,) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From 60e79885f365df6ab95d28c1c942d28a1462cea4 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:09:13 +0000 Subject: [PATCH 12/30] Format code with yapf, autopep8, isort and black --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index aa9817231..75356fc7c 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST, ) = [1, 2, 3] -(*FIRST, ) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From 9f35128b56e8fc4b477587553897355cea8d526d Mon Sep 17 00:00:00 2001 From: "deepsource-autofix-local[bot]" <61578317+deepsource-autofix-local[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:09:38 +0000 Subject: [PATCH 13/30] Format code with black, isort, yapf and autopep8 --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index 75356fc7c..aa9817231 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST,) = [1, 2, 3] -(*FIRST,) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From b3f8e9d64d3b4baf1ad308a1cfc9f3cf8f194169 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:09:51 +0000 Subject: [PATCH 14/30] Format code with yapf, autopep8, isort and black --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index aa9817231..75356fc7c 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST, ) = [1, 2, 3] -(*FIRST, ) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From 22cd72ae12a48d7ed013c4e96ca3460e2970d3c0 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix-local[bot]" <61578317+deepsource-autofix-local[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:09:59 +0000 Subject: [PATCH 15/30] Format code with black, isort, yapf and autopep8 --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index 75356fc7c..aa9817231 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST,) = [1, 2, 3] -(*FIRST,) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From b91d3c38a17ab1ec2b2fd513001150c7f6ab2370 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:10:09 +0000 Subject: [PATCH 16/30] Format code with yapf, autopep8, isort and black --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index aa9817231..75356fc7c 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST, ) = [1, 2, 3] -(*FIRST, ) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From 62354862a0570883fcd038a8a89d333041cd716a Mon Sep 17 00:00:00 2001 From: "deepsource-autofix-local[bot]" <61578317+deepsource-autofix-local[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:10:17 +0000 Subject: [PATCH 17/30] Format code with black, isort, yapf and autopep8 --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index 75356fc7c..aa9817231 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST,) = [1, 2, 3] -(*FIRST,) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From 90af301666c5c8df85a3ab461ddd554f5aae8423 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:10:26 +0000 Subject: [PATCH 18/30] Format code with yapf, autopep8, isort and black --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index aa9817231..75356fc7c 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST, ) = [1, 2, 3] -(*FIRST, ) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From 22c356b39191c44a6b6ad1649896157e1a879076 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix-local[bot]" <61578317+deepsource-autofix-local[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:10:34 +0000 Subject: [PATCH 19/30] Format code with black, isort, yapf and autopep8 --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index 75356fc7c..aa9817231 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST,) = [1, 2, 3] -(*FIRST,) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From 858e11a66071fe5e273f0f691153bf5ac964885d Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:10:44 +0000 Subject: [PATCH 20/30] Format code with yapf, autopep8, isort and black --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index aa9817231..75356fc7c 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST, ) = [1, 2, 3] -(*FIRST, ) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From 5afe2352f891d2bfcfb57a02cdab3ac08d5118ed Mon Sep 17 00:00:00 2001 From: "deepsource-autofix-local[bot]" <61578317+deepsource-autofix-local[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:11:51 +0000 Subject: [PATCH 21/30] Format code with black, isort, yapf and autopep8 --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index 75356fc7c..aa9817231 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST,) = [1, 2, 3] -(*FIRST,) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From 9f21d265e495170c71f50f5ed04805df46fd0a2c Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:12:02 +0000 Subject: [PATCH 22/30] Format code with yapf, autopep8, isort and black --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index aa9817231..75356fc7c 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST, ) = [1, 2, 3] -(*FIRST, ) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From 439669bdda36b8ef8d425d3abd7f1009891f5782 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix-local[bot]" <61578317+deepsource-autofix-local[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:12:11 +0000 Subject: [PATCH 23/30] Format code with black, isort, yapf and autopep8 --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index 75356fc7c..aa9817231 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST,) = [1, 2, 3] -(*FIRST,) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From 6802241c4b51d2778b547567239e05419bffa5d1 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:12:21 +0000 Subject: [PATCH 24/30] Format code with yapf, autopep8, isort and black --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index aa9817231..75356fc7c 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST, ) = [1, 2, 3] -(*FIRST, ) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From 650a5ddef138d2063af234316d8e95e08a08e968 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix-local[bot]" <61578317+deepsource-autofix-local[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:12:29 +0000 Subject: [PATCH 25/30] Format code with black, isort, yapf and autopep8 --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index 75356fc7c..aa9817231 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST,) = [1, 2, 3] -(*FIRST,) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From db3bc377b8865be8a871cb7014ae32d19e6efbba Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:12:39 +0000 Subject: [PATCH 26/30] Format code with yapf, autopep8, isort and black --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index aa9817231..75356fc7c 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST, ) = [1, 2, 3] -(*FIRST, ) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From 2f6cc580c4d1565a74c3aff2cd45a0dccefeecb5 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix-local[bot]" <61578317+deepsource-autofix-local[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:12:48 +0000 Subject: [PATCH 27/30] Format code with black, isort, yapf and autopep8 --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index 75356fc7c..aa9817231 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST,) = [1, 2, 3] -(*FIRST,) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From 7f26ad5f6a09a2468c3290005fe9478be1de6e4f Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:12:58 +0000 Subject: [PATCH 28/30] Format code with yapf, autopep8, isort and black --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index aa9817231..75356fc7c 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST, ) = [1, 2, 3] -(*FIRST, ) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From 95bfb83814efea4f6edbc092e4d13a058afe9086 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix-local[bot]" <61578317+deepsource-autofix-local[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:13:06 +0000 Subject: [PATCH 29/30] Format code with black, isort, yapf and autopep8 --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index 75356fc7c..aa9817231 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST,) = [1, 2, 3] -(*FIRST,) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] +(*FIRST, ) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo") From e2167583f2d2d0d400a20938cd105dc633f9704c Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:13:16 +0000 Subject: [PATCH 30/30] Format code with yapf, autopep8, isort and black --- assignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.py b/assignment.py index aa9817231..75356fc7c 100644 --- a/assignment.py +++ b/assignment.py @@ -1,7 +1,7 @@ import os -(*FIRST, ) = [1, 2, 3] -(*FIRST, ) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] +(*FIRST,) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] open("foo")