diff options
Diffstat (limited to 'fetch_data.py')
-rwxr-xr-x | fetch_data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch_data.py b/fetch_data.py index aa3fa25..df88e31 100755 --- a/fetch_data.py +++ b/fetch_data.py @@ -2,7 +2,7 @@ import argparse import sys import json -from collections.abc import Collection +from typing import Collection import pywikiapi import mwparserfromhell |