Skip to content

Commit dfa7fed

Browse files
committed
🧎‍♀️ Genuflect to the types.
Add a redundant type definition to a test to avoid warnings about the inner types being unchecked. Closes #478.
1 parent c3b80eb commit dfa7fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def test_packages_distributions_all_module_types(self):
400400

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

403-
def test_packages_distributions_symlinked_top_level(self):
403+
def test_packages_distributions_symlinked_top_level(self) -> None:
404404
"""
405405
Distribution is resolvable from a simple top-level symlink in RECORD.
406406
See #452.

0 commit comments

Comments
 (0)