aboutsummaryrefslogtreecommitdiff
path: root/uploader/publications/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/publications/models.py')
-rw-r--r--uploader/publications/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/publications/models.py b/uploader/publications/models.py
index b199991..f37b67d 100644
--- a/uploader/publications/models.py
+++ b/uploader/publications/models.py
@@ -1,6 +1,6 @@
"""Module to handle persistence and retrieval of publication to/from MariaDB"""
import logging
-from typing import Iterable, Optional
+from typing import Iterable
from MySQLdb.cursors import DictCursor