Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Apr 9, 2024
1 parent 2b0eba4 commit bfe3c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/ast/test_pre_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def test_version_exception_in_import(make_input_bundle):
lib_version = "~=0.3.10"

lib_pragma = f"#pragma version {lib_version}\n"
lib = f"""
lib = """
{lib_pragma}
@external
def foo():
Expand Down

0 comments on commit bfe3c8e

Please sign in to comment.