[pre-commit.ci lite] apply automatic fixes

This commit is contained in:
pre-commit-ci-lite[bot] 2025-06-17 17:37:02 +00:00 committed by GitHub
parent b6618c687d
commit bd63d982ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -679,7 +679,7 @@ class App(Scaffold):
def decorator(f: T_template_filter) -> T_template_filter:
self.add_template_filter(f, name=name)
return f
if not f:
return decorator
return decorator(f)