Skip to content

Commit

Permalink
[IMP] Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Oct 16, 2024
1 parent 9b7c9c4 commit d3b9277
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/app/blueprints/rest/v2/case/api_v2_ioc_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
from app.models.authorization import CaseAccessLevel
from app.schema.marshables import IocSchemaForAPIV2
from app.blueprints.access_controls import ac_api_return_access_denied
from app.blueprints.responses import response_error

api_v2_ioc_blueprint = Blueprint('case_ioc_rest_v2',
__name__,
Expand Down

0 comments on commit d3b9277

Please sign in to comment.