Skip to content

Commit 5afd508

Browse files
committed
Maintain consistent naming
1 parent f735506 commit 5afd508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/argus/htmx/context_processors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ def banner_message(request):
2626
return {"banner_message": getattr(settings, "BANNER_MESSAGE", None)}
2727

2828

29-
def metadata(_request):
29+
def metadata(request):
3030
return {"version": get_version()}

0 commit comments

Comments
 (0)