Skip to content

Commit

Permalink
Fix missing return type
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelYvon committed Feb 28, 2023
1 parent dbb87ea commit 6c4e722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/basic_functionality_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_has_ipv4_or_ipv6() -> None:
assert has_any_ip, "Test failure; no AF_INET address of any kind found"


def test_has_link_layer():
def test_has_link_layer() -> None:
has_any_link = False

for interface in netifaces.interfaces():
Expand Down

0 comments on commit 6c4e722

Please sign in to comment.