From 3fd5ed53ea174ce1ba04c4ca2d49d4438ed73409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20M=C3=A9nager?= <herve.menager@pasteur.fr> Date: Sat, 25 Apr 2020 20:59:33 +0200 Subject: [PATCH] fix formatting with black --- ippisite/ippidb/tests/tests_contribute_e2e.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ippisite/ippidb/tests/tests_contribute_e2e.py b/ippisite/ippidb/tests/tests_contribute_e2e.py index fc5192d3..f14b7da0 100644 --- a/ippisite/ippidb/tests/tests_contribute_e2e.py +++ b/ippisite/ippidb/tests/tests_contribute_e2e.py @@ -141,7 +141,7 @@ class ContributionE2ETestCase(TestCase): "Ppi name", ), ] - for activity_tests in entry_data.get("activity_tests",[]): + for activity_tests in entry_data.get("activity_tests", []): for compound_activity_results in activity_tests[ "compound_activity_results" ]: -- GitLab