Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Dec 9, 2019
1 parent 37d295c commit c9b94d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/support/PythonSupport/tests/data/tests.py
Expand Up @@ -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()

Expand Down

0 comments on commit c9b94d1

Please sign in to comment.