From 665dd38d6be4587d1902c46dd8e3663cf42a5a18 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 7 Jul 2022 14:33:01 +0300 Subject: Fix linting and typing errors --- mypy.ini | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mypy.ini') diff --git a/mypy.ini b/mypy.ini index 1f63c34..b0c3b7b 100644 --- a/mypy.ini +++ b/mypy.ini @@ -22,4 +22,7 @@ ignore_missing_imports = True ignore_missing_imports = True [mypy-requests.*] +ignore_missing_imports = True + +[mypy-MySQLdb.*] ignore_missing_imports = True \ No newline at end of file -- cgit v1.2.3