From c9b94d15b48357dca0a27cb99765ff41b50b97e0 Mon Sep 17 00:00:00 2001 From: Alan Garny Date: Mon, 9 Dec 2019 17:28:13 +1300 Subject: [PATCH] Some minor cleaning up. --- src/plugins/support/PythonSupport/tests/data/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/support/PythonSupport/tests/data/tests.py b/src/plugins/support/PythonSupport/tests/data/tests.py index 3eefa59acb..8a5686e067 100755 --- a/src/plugins/support/PythonSupport/tests/data/tests.py +++ b/src/plugins/support/PythonSupport/tests/data/tests.py @@ -3,7 +3,7 @@ import os -def test_simulation(title: str, file_name_or_url: str, first: bool = True) -> None: +def test_simulation(title, file_name_or_url, first = True): if not first: print()