Skip to content

Commit

Permalink
[IMP] One import per line
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Oct 16, 2024
1 parent d3b9277 commit eb09e83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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 @@ -28,7 +28,8 @@
from app.blueprints.rest.endpoints import response_api_success
from app.business.errors import BusinessProcessingError
from app.business.errors import ObjectNotFoundError
from app.business.iocs import iocs_create, iocs_update
from app.business.iocs import iocs_create
from app.business.iocs import iocs_update
from app.business.iocs import iocs_delete
from app.business.iocs import iocs_get
from app.datamgmt.case.case_iocs_db import get_filtered_iocs
Expand Down

0 comments on commit eb09e83

Please sign in to comment.