From 102cde30fb3afcc59630fd3e90eccb9552b5e4eb Mon Sep 17 00:00:00 2001 From: Sami Viitanen Date: Thu, 6 Mar 2025 17:12:36 +0200 Subject: [PATCH] Remove unnecessary import --- timApp/idesupport/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/timApp/idesupport/utils.py b/timApp/idesupport/utils.py index 6f47c35c9b..012f1392e1 100644 --- a/timApp/idesupport/utils.py +++ b/timApp/idesupport/utils.py @@ -38,7 +38,6 @@ from timApp.timdb.sqa import run_sql from timApp.user.user import User from timApp.util.flask.requesthelper import NotExist, RouteException -from timApp.util.logger import log_info from tim_common.marshmallow_dataclass import class_schema IDE_TASK_TAG = "ideTask" # Identification tag for the TIDE-task