Python code modernization, 7/n (#1170)

* Address abstract-method.

* Fix broken signature.
This commit is contained in:
Felix Fontein
2025-10-15 21:27:20 +02:00
committed by GitHub
parent 04fa3fe352
commit 0646e52bae
3 changed files with 88 additions and 23 deletions
-1
View File
@@ -379,7 +379,6 @@ disable=raw-checker-failed,
wrong-import-order,
wrong-import-position,
# To clean up:
abstract-method,
arguments-differ,
consider-using-with,
fixme,