jdrumgoole / gdelttools

Scripts to load the GDELT data set into MongoDB
Apache License 2.0
7 stars 6 forks source link

Modify type hints to work on Python 3.8. #9

Closed judy2k closed 2 years ago

judy2k commented 2 years ago

Using list[str] as a type hint isn't supported on Python 3.8 (and possibly 3.9), so I've switched it for List[str] from the typing module.

judy2k commented 2 years ago

This fixes a bug reported in the forums