From f524a2673239bf88eb7db9fdbefba7fdd8942738 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Thu, 3 Jun 2021 21:50:52 +0300 Subject: gn3: db: Remove "escape_string" from imports We use prepared statements, so no need to have this. --- gn3/db/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'gn3') diff --git a/gn3/db/__init__.py b/gn3/db/__init__.py index fea43ec..824e5b2 100644 --- a/gn3/db/__init__.py +++ b/gn3/db/__init__.py @@ -3,7 +3,6 @@ from typing import Optional, Dict, Any from dataclasses import asdict, astuple from typing_extensions import Protocol -from MySQLdb import escape_string from gn3.db.metadata_audit import MetadataAudit from gn3.db.phenotypes import Phenotype -- cgit v1.2.3