Skip to content

Commit

Permalink
fix: fetch test type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-burashnikov committed Oct 22, 2023
1 parent 0ba97bd commit 5de1448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/load/test_fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


# Check that all urls defined in sources.cfg are reachable
def test_URL_sources():
def test_URL_sources() -> None:
metadata_sources = read_config("sources.cfg")

for section in metadata_sources.sections():
Expand Down

0 comments on commit 5de1448

Please sign in to comment.