From d9f20d57f2121833f2e8910ad5f40943f564297a Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 14 Jul 2025 12:57:50 -0500 Subject: Fix imports Remove unused imports, update old imports to newer forms and add missing imports. --- uploader/publications/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uploader/publications/models.py') 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 -- cgit v1.2.3