fix: remove unused kwargs from app.get_setting()
signature
This commit is contained in:
parent
e3719dcd1b
commit
c4685b21c2
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ class AppHandler:
|
|||
|
||||
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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue