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 ba340b8 commit e9670a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/app/business/notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from app.datamgmt.case.case_notes_db import get_note
from app.iris_engine.module_handler.module_handler import call_modules_hook
from app.iris_engine.utils.tracker import track_activity
from app.models import NoteRevisions
from app.models.models import NoteRevisions
from app.models.authorization import User
from app.schema.marshables import CaseNoteSchema
from app.util import add_obj_history_entry
Expand Down

0 comments on commit e9670a3

Please sign in to comment.