From b8035e45ea4248b1f2f09786d092531043bc8123 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 25 Jun 2022 01:19:13 +0200 Subject: import Collection from typing to support Python 3.7 --- fetch_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3