Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Nov 21, 2024
1 parent c57b5e2 commit c444576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/commons/request_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from app.commons.prepared_log import PreparedLogMessage, PreparedLogMessageClustering
from app.utils import utils, text_processing
from app.utils.log_preparation import clean_message
from utils.utils import compute_if_absent
from app.utils.utils import compute_if_absent


def create_log_template() -> dict:
Expand Down

0 comments on commit c444576

Please sign in to comment.