Skip to content

Commit

Permalink
fixup: linters
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneo committed Jan 9, 2025
1 parent 603992f commit 7707adc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion framework/helpers/docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

import datetime
import logging
import math
import pathlib
import threading
import time
Expand Down
2 changes: 1 addition & 1 deletion tests/fallback_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def start_client(self, port: int = None, name: str = None):
port=port or get_free_port(),
url=f"xds:///{_LISTENER}",
image=framework.xds_k8s_flags.CLIENT_IMAGE.value,
stats_request_timeout_s = _STATS_REQUEST_TIMEOUT_S.value,
stats_request_timeout_s=_STATS_REQUEST_TIMEOUT_S.value,
)

def start_control_plane(
Expand Down

0 comments on commit 7707adc

Please sign in to comment.