From 777c8c038624cd116cfdf8e1d329b89eb09f27c1 Mon Sep 17 00:00:00 2001
From: David Hendriks <davidhendriks93@gmail.com>
Date: Wed, 12 Aug 2020 16:22:49 +0100
Subject: [PATCH] changing the api bindings now

---
 tests/python_API_test.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/python_API_test.py b/tests/python_API_test.py
index 697505152..dd5775be7 100755
--- a/tests/python_API_test.py
+++ b/tests/python_API_test.py
@@ -119,10 +119,7 @@ def test_run_system_with_custom_logging():
     )
     print(out)
 
-
 # Testing other utility functions
-
-
 def test_return_help():
     out = binary_c_python_api.return_help("M_1")
     print(out)
-- 
GitLab