From 060c1d44fd950b637b327c46a84441aacbc45a3a Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Fri, 10 Jul 2020 13:53:49 +0200 Subject: [PATCH] STY: autopep'd --- unittests/test_error_handling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/test_error_handling.py b/unittests/test_error_handling.py index 2a8437fc..2b079a02 100644 --- a/unittests/test_error_handling.py +++ b/unittests/test_error_handling.py @@ -149,7 +149,7 @@ def test_faulty_container_with_healthy_entities(): assert e.value.get_container() == cont assert int(e.value.get_code()) == code - + # #################### Children with children #################### -- GitLab