Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiitk committed Jul 18, 2023
1 parent 81e112c commit 9a5dd17
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
import logging

from framework.infrastructure import k8s
import framework.xds_k8s_testcase as xds_k8s_testcase
from framework.test_app.runners.k8s import k8s_xds_client_runner
from framework.test_app.runners.k8s import gamma_server_runner
import framework.infrastructure.traffic_director_gamma as td_gamma
from framework.test_app.runners.k8s import gamma_server_runner
from framework.test_app.runners.k8s import k8s_xds_client_runner
import framework.xds_k8s_testcase as xds_k8s_testcase

GammaServerRunner = gamma_server_runner.GammaServerRunner
KubernetesClientRunner = k8s_xds_client_runner.KubernetesClientRunner
Expand Down

0 comments on commit 9a5dd17

Please sign in to comment.