From 6cf04406aa5395c901a2516405013de7eb72f48a 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:50 +0000 Subject: [PATCH 01/61] Format code with yapf, autopep8, isort and black This commit fixes the style issues introduced in 9404a7c according to the output from yapf, autopep8, isort and black. Details: https://deepsource.io/gh/karan-deepsource/demo-python/transform/6ebeab9c-4f4c-401a-8da8-dc66c777d00f/ --- assignment.py | 11 ++++++----- demo_code.py | 18 ++++++++++++------ 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/assignment.py b/assignment.py index 271f7cd8d..75356fc7c 100644 --- a/assignment.py +++ b/assignment.py @@ -1,12 +1,13 @@ +import os + (*FIRST,) = [1, 2, 3] (*FIRST,) = [1, 2, 3] *FIRST, a, b = [1, 2, 3] -import os - open("foo") + def foo(foo=None): - if foo is None: - foo = [] - return [*foo] + if foo is None: + foo = [] + return [*foo] diff --git a/demo_code.py b/demo_code.py index db32dd49d..94c1c5bcf 100644 --- a/demo_code.py +++ b/demo_code.py @@ -85,12 +85,18 @@ def tar_something(): def bad_isinstance(initial_condition, object, other_obj, foo, bar, baz): - if (initial_condition and - (isinstance(object, int) or isinstance(object, float) - or isinstance(object, str)) and isinstance(other_obj, float) - and isinstance(foo, str) - or (isinstance(bar, float) or isinstance(bar, str)) and - (isinstance(baz, float) or isinstance(baz, int))): + if ( + initial_condition + and ( + isinstance(object, int) + or isinstance(object, float) + or isinstance(object, str) + ) + and isinstance(other_obj, float) + and isinstance(foo, str) + or (isinstance(bar, float) or isinstance(bar, str)) + and (isinstance(baz, float) or isinstance(baz, int)) + ): pass From 18d1b268bd1a223e9c639b43e4e21bdca84a3339 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:03 +0000 Subject: [PATCH 02/61] Format code with black, isort, yapf and autopep8 --- assignment.py | 4 ++-- demo_code.py | 18 ++++++------------ 2 files changed, 8 insertions(+), 14 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") diff --git a/demo_code.py b/demo_code.py index 94c1c5bcf..db32dd49d 100644 --- a/demo_code.py +++ b/demo_code.py @@ -85,18 +85,12 @@ def tar_something(): def bad_isinstance(initial_condition, object, other_obj, foo, bar, baz): - if ( - initial_condition - and ( - isinstance(object, int) - or isinstance(object, float) - or isinstance(object, str) - ) - and isinstance(other_obj, float) - and isinstance(foo, str) - or (isinstance(bar, float) or isinstance(bar, str)) - and (isinstance(baz, float) or isinstance(baz, int)) - ): + if (initial_condition and + (isinstance(object, int) or isinstance(object, float) + or isinstance(object, str)) and isinstance(other_obj, float) + and isinstance(foo, str) + or (isinstance(bar, float) or isinstance(bar, str)) and + (isinstance(baz, float) or isinstance(baz, int))): pass From 0e4874179a69c14635a6087971bf2efb36565f0f 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:14 +0000 Subject: [PATCH 03/61] 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 7b1169bbb6507b113a54e85efd4b83f56ec6ddeb 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:22 +0000 Subject: [PATCH 04/61] 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 d6c46d8df862aa81bbc0c848ad4d40c6069c26e8 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:32 +0000 Subject: [PATCH 05/61] 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 2d8c3fa2b46596c398c35cb4d7400e8402da8d6d 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:40 +0000 Subject: [PATCH 06/61] 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 2bec3c2bd754a71d0909ac3786e6847cbd518ea5 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:49 +0000 Subject: [PATCH 07/61] 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 e9067bfdda7a12d9b07a6dca9a8d5b24319a54ee 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:57 +0000 Subject: [PATCH 08/61] 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 7e6e1db21429732124a4b021f71bfc4314746808 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:07 +0000 Subject: [PATCH 09/61] 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 88f7829ea22c0d6467c228056dbff6ac08a44f8a 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:16 +0000 Subject: [PATCH 10/61] 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 4153c1e4065c9b6cc337ba829583c8b3749a8617 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:25 +0000 Subject: [PATCH 11/61] 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 a12a902dced7920ae4e25ff1c78d0d5a5a26817c 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:33 +0000 Subject: [PATCH 12/61] 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 821640ceb22094caf49691600278e724b9b0dccd 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:44 +0000 Subject: [PATCH 13/61] 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 8eb589a4ac3802f0f189195ab87b63f233b9a14f 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:52 +0000 Subject: [PATCH 14/61] 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 18218a507a6b2a6275d422b5d21aa5c61a9d88b1 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:02 +0000 Subject: [PATCH 15/61] 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 1ca6b91c542c75155fc6f49b71b15eec80a8b4b9 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:11 +0000 Subject: [PATCH 16/61] 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 3ba6af472630eb449e20e0845a501e46cf24c427 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:21 +0000 Subject: [PATCH 17/61] 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 db603a3861a6d97e337372f1982fdf7e6958e486 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:30 +0000 Subject: [PATCH 18/61] 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 81cd8196b28c3c300d39d6e4b1f2cd2d6508b9ed 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:39 +0000 Subject: [PATCH 19/61] 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 a7151dd08d018bfab33e0c7caca5af68189a4c6c 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:09 +0000 Subject: [PATCH 20/61] 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 8d9d13ba52dfee29c66cd6c1078d13d7dc4d8912 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:19 +0000 Subject: [PATCH 21/61] 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 9e569b3f486a9689ccc5929ed95f1dfca228c425 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:27 +0000 Subject: [PATCH 22/61] 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 ab7a49a86a8ec6ff3ab2c6b165f50f895296c0c0 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:37 +0000 Subject: [PATCH 23/61] 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 7308924abd91f18b93894e360966f077ac306804 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:50 +0000 Subject: [PATCH 24/61] 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 98e8894ac0fa00eb26ed76a226b980dd486fafeb 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:00 +0000 Subject: [PATCH 25/61] 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 f3d024fe95fcbf1e15078c85d196c30f7db908e4 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:08 +0000 Subject: [PATCH 26/61] 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 6f3331c69abcab9ffc6dd1694629542d4aff572a 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:18 +0000 Subject: [PATCH 27/61] 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 baa9e75bb872daf3931ab20792937494b4e6a85e 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:26 +0000 Subject: [PATCH 28/61] 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 fb2475e31184737652b8211b201bea02e39c2efb 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 29/61] 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 7f1464cf0c6135649a7a7014cfd8ecdaeedbaf4b 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 30/61] 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 1a27b3cfe21b6f0288e6ef64caf41c755987a68a 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 31/61] 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 7863e8287e13af9b4c681923666179a75e246ec9 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:10 +0000 Subject: [PATCH 32/61] 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 8948744430a2a63d817694001dd116ef30add1ed 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:21 +0000 Subject: [PATCH 33/61] 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 6fbfab826b1572fd5911caacbfdd6ec0bdcb8f6f 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:15:19 +0000 Subject: [PATCH 34/61] 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 e74ce2aa79fd4e586015084576dfa7ffeb39e480 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:15:31 +0000 Subject: [PATCH 35/61] 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 3ae6ca1bd32b0b550a3c7535e3dc931ea39af43a 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:15:39 +0000 Subject: [PATCH 36/61] 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 4c1d3a6d1e44a5829c3ba354dc95bfde9c3af5b4 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:15:48 +0000 Subject: [PATCH 37/61] 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 7b5acffd9abaee0b2ae102e185750aad98bb0473 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:15:57 +0000 Subject: [PATCH 38/61] 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 5db445f688534780ffd36bb1fc0a8cc7b2c7adb9 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:16:08 +0000 Subject: [PATCH 39/61] 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 6f3530cb40fbd55f98feedee091a7e73f1813e5f 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:16:17 +0000 Subject: [PATCH 40/61] 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 3a63938c10c3d2a733c615c2c5d9eb9bef06a2b7 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:16:26 +0000 Subject: [PATCH 41/61] 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 191992fc57d182fa3ed11a619dea4f84bae553e8 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:16:35 +0000 Subject: [PATCH 42/61] 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 d4b2a778790bfbc062524278aaddbea84acc83e7 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:16:45 +0000 Subject: [PATCH 43/61] 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 0f6e56a66a7159ebca5c5361feaa850fda77b136 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:16:53 +0000 Subject: [PATCH 44/61] 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 aa7c8ad6a29c3af70302be0aaf54793af1ed6547 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:17:03 +0000 Subject: [PATCH 45/61] 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 ed8d9165afe67f082b4612d6a28a67cf7aafd60b 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:18:10 +0000 Subject: [PATCH 46/61] 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 fd244b9e56eb51078bdf2a8a7944f0a88ea54daa 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:18:19 +0000 Subject: [PATCH 47/61] 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 58186af76e25e18b27951567acec3901b578c8e2 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:18:27 +0000 Subject: [PATCH 48/61] 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 cc573883e27b5de1a5c89aea9eb5d57ec92ddfc1 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:18:37 +0000 Subject: [PATCH 49/61] 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 1c36649f46c03d42fcc3cbe6c17612c8cd19b7ae 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:18:45 +0000 Subject: [PATCH 50/61] 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 b82e78c65a5668a809f1bae10faf7ad16650fa03 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:18:55 +0000 Subject: [PATCH 51/61] 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 3a9fcd633a4e7e5ff4738cebcc763eeb0651e370 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:19:03 +0000 Subject: [PATCH 52/61] 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 1ae3ffa04a66ed1d4feca532ed9ac425f3b51c6f 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:19:13 +0000 Subject: [PATCH 53/61] 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 9364c13dc9e649227af17f24a03071fd2c1ff294 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:19:21 +0000 Subject: [PATCH 54/61] 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 75ba8555818ea529d786443dd3134b770b4e3df3 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:19:31 +0000 Subject: [PATCH 55/61] 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 5d84c7e0d2e44f2f7bf7003ad18c30704d247b8c 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:19:39 +0000 Subject: [PATCH 56/61] 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 69594a3be0fa48eade8937f2a9adc3be1031c938 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:19:49 +0000 Subject: [PATCH 57/61] 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 94c2fd757b773074be8edd42872786a20166c2b9 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:19:57 +0000 Subject: [PATCH 58/61] 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 02b6573bbc6b2c85d1d6e119d5a86632763d5113 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:20:09 +0000 Subject: [PATCH 59/61] 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 79de9ffec45b182039fac53fe2c1701e93eedd02 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:21:19 +0000 Subject: [PATCH 60/61] 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 e063d18f95fe51fdd138448f9d74efac5c918d64 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:21:28 +0000 Subject: [PATCH 61/61] 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")