Skip to content

Commit

Permalink
whitespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul F Bugni committed Dec 10, 2024
1 parent 7d56491 commit a78ea2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion patientsearch/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ def serialize(obj):
except (TypeError, OverflowError):
return str(obj)


# return selective keys - not all can be be viewed by users, e.g.secret key
blacklist = ("SECRET", "KEY", "TOKEN", "CREDENTIALS")

Expand Down

0 comments on commit a78ea2f

Please sign in to comment.