about summary refs log tree commit diff
path: root/gn3/db_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn3/db_utils.py')
-rw-r--r--gn3/db_utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gn3/db_utils.py b/gn3/db_utils.py
index 7d6a445..8bf7be7 100644
--- a/gn3/db_utils.py
+++ b/gn3/db_utils.py
@@ -21,7 +21,6 @@ class Connection(Protocol):
     """Type Annotation for MySQLdb's connection object"""
     def cursor(self, *args) -> Any:
         """A cursor in which queries may be performed"""
-        ...
 
 
 @contextlib.contextmanager