Skip to content

Commit

Permalink
πŸ§Žβ€β™€οΈ Genuflect to the types.
Browse files Browse the repository at this point in the history
Add a redundant type definition to a test to avoid warnings about the inner types being unchecked. Closes #478.
  • Loading branch information
jaraco committed Dec 1, 2023
1 parent c3b80eb commit dfa7fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Expand Up @@ -400,7 +400,7 @@ def test_packages_distributions_all_module_types(self):

assert not any(name.endswith('.dist-info') for name in distributions)

def test_packages_distributions_symlinked_top_level(self):
def test_packages_distributions_symlinked_top_level(self) -> None:
"""
Distribution is resolvable from a simple top-level symlink in RECORD.
See #452.
Expand Down

0 comments on commit dfa7fed

Please sign in to comment.