Fix lint failures in Complement tests (#19855)

Running `scripts-dev/lint.sh` locally revealed a failure, so here are the fixes that the linter
applied + a manual change to address an issue that couldn't be
auto-fixed.
This commit is contained in:
Andrew Ferrazzutti
2026-06-15 16:31:08 -05:00
committed by GitHub
parent 51805a0702
commit 64e09f134b
3 changed files with 49 additions and 44 deletions
+2 -1
View File
@@ -60,9 +60,10 @@ jobs:
- 'poetry.lock'
- 'docker/**'
- '.ci/**'
- 'scripts-dev/complement.sh'
- '.github/workflows/tests.yml'
- 'scripts-dev/complement.sh'
- '.github/workflows/complement_tests.yml'
- 'complement/**'
linting:
- 'synapse/**'