Skip to content

Commit 004e845

Browse files
committed
Fix linter error with black
Fix linter error with black
1 parent 70e66d6 commit 004e845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/gapic/test_method.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def test_wrap_method_with_overriding_timeout_as_a_number():
200200
method, default_retry, default_timeout
201201
)
202202

203-
# Using "result = wrapped_method(timeout=22)" fails since wrapped_method
203+
# Using "result = wrapped_method(timeout=22)" fails since wrapped_method
204204
# does floating point calculations that results in 21.987.. instead of 22
205205
result = wrapped_method(timeout=timeout.ConstantTimeout(22))
206206

0 commit comments

Comments
 (0)