diff options
| author | Frederick Muriuki Muriithi | 2024-11-12 10:54:50 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2024-11-12 10:54:50 -0600 |
| commit | 73b89a427417cfa16bcc9c86bfe44f215aeb660c (patch) | |
| tree | 65446b386607fbf2d89ce1f773cdd80459bbe47b /gn3/db_utils.py | |
| parent | 75b1339e9cd9c1ee75e98a92c3c490b16f10077a (diff) | |
| download | genenetwork3-73b89a427417cfa16bcc9c86bfe44f215aeb660c.tar.gz | |
Pure aesthetics: No functional change.
This commit has no functional change it implements. It is purely a aesthetics change to please Frederick.
Diffstat (limited to 'gn3/db_utils.py')
| -rw-r--r-- | gn3/db_utils.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gn3/db_utils.py b/gn3/db_utils.py index a855137..81e930e 100644 --- a/gn3/db_utils.py +++ b/gn3/db_utils.py @@ -1,10 +1,11 @@ """module contains all db related stuff""" -import contextlib import logging -from typing import Any, Iterator, Protocol +import contextlib from urllib.parse import urlparse -import MySQLdb as mdb +from typing import Any, Iterator, Protocol + import xapian +import MySQLdb as mdb LOGGER = logging.getLogger(__file__) |
