chromite: Reflow remaining overlong #-style comments.
Candidate files were found with `cros lint`, then reformatted
with a script.
BUG=b:233893248
TEST=cros lint (with line-too-long on) + CQ
Change-Id: I4e852b9428ed5f533d979a1367c617f569eb4563
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/chromite/+/4542021
Tested-by: Trent Apted <tapted@chromium.org>
Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Commit-Queue: Trent Apted <tapted@chromium.org>
diff --git a/scripts/virtualenv_wrapper_unittest.py b/scripts/virtualenv_wrapper_unittest.py
index 2c96abf..3cc0c54 100644
--- a/scripts/virtualenv_wrapper_unittest.py
+++ b/scripts/virtualenv_wrapper_unittest.py
@@ -21,8 +21,8 @@
def testModuleIsFromVenv(self):
"""Test that we import |six| from the virtualenv."""
- # Note: The |six| module is chosen somewhat arbitrarily, but it happens to
- # be provided inside the chromite virtualenv.
+ # Note: The |six| module is chosen somewhat arbitrarily, but it happens
+ # to be provided inside the chromite virtualenv.
six = __import__("six")
req_path = os.path.dirname(os.path.realpath(six.__file__))
self.assertIn("/.cache/cros_venv/", req_path)