Skip to content

Commit

Permalink
Remove f-string without any placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Dec 4, 2024
1 parent b50ab78 commit f5615b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/argus/htmx/incidents/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ def get_filter_function(arg=None):
return function
raise ImportError(f"Could not import {FUNCTION_NAME_DEFAULT} from {arg}")

raise TypeError(f"ARGUS_HTMX_FILTER_FUNCTION must be a callable or string")
raise TypeError("ARGUS_HTMX_FILTER_FUNCTION must be a callable or string")

0 comments on commit f5615b2

Please sign in to comment.