Skip to content

Commit ce92a34

Browse files
committed
lint
1 parent 186c3e4 commit ce92a34

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/unit/test_client_info.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ def test_to_user_agent_full():
8585

8686
user_agent = info.to_user_agent()
8787

88-
assert (
89-
user_agent == "app-name/1.0 gl-python/1 grpc/2 gax/3 gapic/4 gccl/5 pb/6"
90-
)
88+
assert user_agent == "app-name/1.0 gl-python/1 grpc/2 gax/3 gapic/4 gccl/5 pb/6"
9189

9290

9391
def test_to_user_agent_rest():

0 commit comments

Comments
 (0)