flake8
passed.
JSHint
passed.
Review Request #12079 — Created Feb. 24, 2022 and submitted
Information | |
---|---|
david | |
Djblets | |
release-3.x | |
Reviewers | |
djblets | |
This change just makes some relatively mechanical cleanups:
None
cls
as the bound variable for classmethods.URLError
but then accessingHTTPError
.Ran unit tests.
djblets/registries/errors.py (Diff revision 1) |
---|
Is this correct? We usually have 1 blank line between the module docstring and, say, imports, but then 2 blank lines between classes/the import section/etc. I think 1 is correct here.