Skip to content

Commit 25b722f

Browse files
committed
lint
1 parent eaee69d commit 25b722f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/unit_tests/cli/hub/test_install.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,9 @@ def parsebytes(self, *args):
138138
debug_calls = [
139139
call("running pip show pip"),
140140
call("decoding output from pip show pip"),
141-
call("json parse exception in decoding output from pip show pip. Falling back to accumulating the byte stream")
141+
call(
142+
"json parse exception in decoding output from pip show pip. Falling back to accumulating the byte stream"
143+
),
142144
]
143145
mock_logger_debug.assert_has_calls(debug_calls)
144146

0 commit comments

Comments
 (0)