diff --git a/src/dioptra/restapi/utils.py b/src/dioptra/restapi/utils.py index 6ef0532df..259720315 100644 --- a/src/dioptra/restapi/utils.py +++ b/src/dioptra/restapi/utils.py @@ -24,7 +24,7 @@ from __future__ import annotations import functools -from typing import Any, Callable, List, Optional, Protocol, Type +from typing import Any, Callable, List, Protocol, Type from flask.views import View from flask_restx import Api, Namespace, Resource