Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wconti27 committed Feb 7, 2025
1 parent b5d62ad commit eb5f2c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ddtrace/_trace/_inferred_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@

log = logging.getLogger(__name__)

# Checking lower case and upper case versions per WSGI spec following ddtrace/propagation/http.py's logic to extract http headers
# Checking lower case and upper case versions per WSGI spec following ddtrace/propagation/http.py's
# logic to extract http headers
POSSIBLE_PROXY_HEADER_SYSTEM = _possible_header("x-dd-proxy")
POSSIBLE_PROXY_HEADER_START_TIME_MS = _possible_header("x-dd-proxy-request-time-ms")
POSSIBLE_PROXY_HEADER_PATH = _possible_header("x-dd-proxy-path")
Expand Down

0 comments on commit eb5f2c2

Please sign in to comment.