diff options
-rw-r--r-- | gn3/db_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/db_utils.py b/gn3/db_utils.py index 9dd3215..7263705 100644 --- a/gn3/db_utils.py +++ b/gn3/db_utils.py @@ -1,7 +1,7 @@ """module contains all db related stuff""" from typing import Tuple from urllib.parse import urlparse -import MySQLdb as mdb # type: ignore +import MySQLdb as mdb from gn3.settings import SQL_URI |