Skip to content

Commit

Permalink
correct return hinting on scan_all_membership_lists
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos committed Dec 2, 2023
1 parent 4f678f1 commit 6c13c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scan_membership_lists.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def scan_membership_list(filename: str, filepath: str):
]


def scan_all_membership_lists() -> (str, str):
def scan_all_membership_lists() -> (dict, dict):
"""Scan all zip files and call scan_membership_list on each."""
print(f"Scanning zipped membership lists in ./{MEMB_LIST_NAME}/.")
files = sorted(
Expand Down

0 comments on commit 6c13c42

Please sign in to comment.