Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Dec 22, 2023
1 parent 4e375e4 commit 6c2eec6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,7 @@ def get_custom_headers(env_var: str) -> list[str]:
custom_headers.strip()
for custom_headers in custom_headers.split(",")
]
else:
return []
return []


def _parse_active_request_count_attrs(req_attrs):
Expand Down

0 comments on commit 6c2eec6

Please sign in to comment.