Skip to content

Commit

Permalink
remove something not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-cheung committed Feb 1, 2024
1 parent 5f4b2ab commit c7b2a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/test_app/runners/k8s/k8s_xds_client_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def __init__( # pylint: disable=too-many-locals
# permission to use GCP service account identity.
self.gcp_iam = gcp.iam.IamV1(gcp_api_manager, gcp_project)

def run( # pylint: disable=arguments-differ,too-many-locals
def run( # pylint: disable=arguments-differ
self,
*,
server_target,
Expand Down

0 comments on commit c7b2a08

Please sign in to comment.