Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Aug 1, 2024
1 parent dc006d4 commit 43dc7dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/test_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ def test_error_details_from_grpc_response_unknown_error():
def test_from_grpc_error_warns_if_not_grpc():
try:
from grpc_status import rpc_status

del rpc_status # Unused.
# Warning won't trigger.
return
Expand Down

0 comments on commit 43dc7dd

Please sign in to comment.