Skip to content

Commit

Permalink
Rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ncloudioj committed Nov 16, 2022
1 parent 446f0d1 commit 31ae51b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion merino/middleware/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from starlette.requests import Request
from starlette.types import ASGIApp, Message, Receive, Scope, Send

from merino.util.log_data_creators import (
from merino.utils.log_data_creators import (
create_request_summary_log_data,
create_suggest_log_data,
)
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from merino.middleware import ScopeKey
from merino.middleware.geolocation import Location
from merino.middleware.user_agent import UserAgent
from merino.util.log_data_creators import (
from merino.utils.log_data_creators import (
create_request_summary_log_data,
create_suggest_log_data,
)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 31ae51b

Please sign in to comment.