Skip to content

Commit

Permalink
style: Format Python with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
petesfrench committed Jul 25, 2024
1 parent 3d4922a commit c622fde
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions canonicalwebteam/search/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ class NoAPIKeyError(Exception):
pass


limiter = Limiter(
get_remote_address
)
limiter = Limiter(get_remote_address)


def build_search_view(
Expand Down

0 comments on commit c622fde

Please sign in to comment.