Skip to content

Commit

Permalink
Linting and warning fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mbidewell committed Apr 24, 2023
1 parent 15e702f commit f7e1f21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions daphne/access.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import datetime
import logging

logger = logging.getLogger(__name__)
Expand Down Expand Up @@ -72,7 +71,9 @@ def write_entry(
"""

logger.info(
f"{request} {details}",
"%s %s",
request,
details,
extra={
"host": host,
"request": request,
Expand Down

0 comments on commit f7e1f21

Please sign in to comment.