Skip to content

Commit

Permalink
[CLEAN] Prefer direct imports
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Jan 24, 2025
1 parent 1f918a8 commit f7429bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/app/blueprints/rest/manage/manage_tlps_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from flask import Blueprint

from app.models import Tlp
from app.models.models import Tlp
from app.blueprints.access_controls import ac_api_requires
from app.blueprints.responses import response_error
from app.blueprints.responses import response_success
Expand Down

0 comments on commit f7429bb

Please sign in to comment.