[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2025-11-19 07:14:28 +00:00
parent 7c3f665ba8
commit 4c651f96cd
2 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@ DEBUG_STATEMENTS = {
DEBUG_CALL_STATEMENTS = {
'breakpoint',
'print'
'print',
}