Skip to content

Commit

Permalink
remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
un33k committed Apr 19, 2024
1 parent aad4243 commit 91440d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ipware/ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def get_client_ip(
request_header_order: Optional[Iterable[str]] = None,
) -> Tuple[str, bool]:
leftmost = proxy_order == 'left-most'
proxy_count = proxy_count
request_header_order = getattr(settings, 'IPWARE_META_PRECEDENCE_ORDER', request_header_order)

# Instantiate IpWare with values from the function arguments
Expand Down

0 comments on commit 91440d4

Please sign in to comment.