started addressing mypy issues, updated several method type annotation signatures to be consistent with changes

This commit is contained in:
Tristan Lee
2023-08-07 19:15:39 -05:00
parent 89b5068108
commit 6f4eb21ad0
12 changed files with 101 additions and 63 deletions

View File

@@ -19,7 +19,7 @@ sys.path.insert(0, os.path.abspath("../../"))
# -- Project information -----------------------------------------------------
project = "Cisticola"
copyright = "2022, Bellingcat"
copyright = "2023, Bellingcat"
author = "Bellingcat"