fix(moderation): pylint fixes (more of them!)
Some checks failed
Pylint / Pylint (3.10) (push) Failing after 45s
Some checks failed
Pylint / Pylint (3.10) (push) Failing after 45s
This commit is contained in:
parent
e38e68ecb5
commit
e77a7c9553
1 changed files with 3 additions and 3 deletions
|
@ -125,9 +125,9 @@ async def mysql_log(
|
||||||
resolved_by: str = None,
|
resolved_by: str = None,
|
||||||
resolved_reason: str = None,
|
resolved_reason: str = None,
|
||||||
expired: bool = None,
|
expired: bool = None,
|
||||||
changes: list = [], # pylint: disable=dangerous-default-value
|
changes: list = [],
|
||||||
metadata: dict = {}, # pylint: disable=dangerous-default-value
|
metadata: dict = {},
|
||||||
):
|
): # pylint: disable=dangerous-default-value
|
||||||
if not timestamp:
|
if not timestamp:
|
||||||
timestamp = int(time.time())
|
timestamp = int(time.time())
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue