Skip to content

Commit 43dc7dd

Browse files
committed
lint
1 parent dc006d4 commit 43dc7dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/test_exceptions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ def test_error_details_from_grpc_response_unknown_error():
399399
def test_from_grpc_error_warns_if_not_grpc():
400400
try:
401401
from grpc_status import rpc_status
402+
402403
del rpc_status # Unused.
403404
# Warning won't trigger.
404405
return

0 commit comments

Comments
 (0)