Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
lbarbMITRE committed Jan 3, 2024
1 parent 78dfa60 commit 2050129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dioptra/restapi/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2050129

Please sign in to comment.