Skip to content

Commit

Permalink
Add annotation to untyped function causing mypy note
Browse files Browse the repository at this point in the history
  • Loading branch information
huonw committed Nov 4, 2024
1 parent 036c61a commit ff5bf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/core/util_rules/external_tool_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def rule_runner():
)


def test_export(rule_runner):
def test_export(rule_runner) -> None:
"""Tests export_external_tool.
Ensures we locate the class and prepare the Digest correctly
Expand Down

0 comments on commit ff5bf6f

Please sign in to comment.