Cleanup: quiet some warnings from check_pep8 target

This commit is contained in:
Campbell Barton
2025-02-04 14:51:17 +11:00
parent 95393726b0
commit 6fcd84721c
10 changed files with 21 additions and 20 deletions

View File

@@ -262,7 +262,7 @@ def url_json_get(url: str) -> Any:
# -----------------------------------------------------------------------------
# Commit Info Class
class CommitInfo():
class CommitInfo:
__slots__ = (
"hash",
"commit_title",