3
0
Fork 0

fix: remove unused kwargs from app.get_setting() signature

This commit is contained in:
Lance Edgar 2025-06-22 14:08:10 -05:00
parent e3719dcd1b
commit c4685b21c2

View file

@ -586,7 +586,7 @@ class AppHandler:
return short_session(**kwargs) return short_session(**kwargs)
def get_setting(self, session, name, **kwargs): def get_setting(self, session, name):
""" """
Get a :term:`config setting` value from the DB. Get a :term:`config setting` value from the DB.