Cleanup: quiet some warnings from check_pep8 target
This commit is contained in:
@@ -262,7 +262,7 @@ def url_json_get(url: str) -> Any:
|
||||
# -----------------------------------------------------------------------------
|
||||
# Commit Info Class
|
||||
|
||||
class CommitInfo():
|
||||
class CommitInfo:
|
||||
__slots__ = (
|
||||
"hash",
|
||||
"commit_title",
|
||||
|
||||
Reference in New Issue
Block a user