flake8
passed.
JSHint
passed.
Review Request #12148 — Created March 14, 2022 and submitted
Information | |
---|---|
david | |
Review Board | |
release-5.0.x | |
Reviewers | |
reviewboard | |
We had a handful of files left that still had
__future__
imports,
almost entirely outside of thereviewboard
directory (though two had
come up there from merges from other branches). This change gets rid of
those.
Summary | |
---|---|
reviewboard/diffviewer/testing/mixins.py (Diff revision 1) |
---|
Still registering my grumpiness at tools wanting 2 blank lines between this and classes but not between this and imports.