Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentBlanckaert committed Dec 11, 2024
1 parent e51e490 commit 0982edc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_language_quircks.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def test_typescript_set_typing(tmp_path: Path, pytestconfig: pytest.Config):

assert result in valid_results


def test_typescript_function_call_typing(tmp_path: Path, pytestconfig: pytest.Config):
statement_string = "test = {'test', True, testing(10)}"
result = convert_statement(parse_string(statement_string), full=True)
Expand Down

0 comments on commit 0982edc

Please sign in to comment.