Skip to content

Commit

Permalink
feat: renamed wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
anaik91 committed Aug 29, 2023
1 parent f05d807 commit 4f6b06f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions tools/target-server-validator/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import os
import sys
from utils import ( # pylint: disable=import-error
from utilities import ( # pylint: disable=import-error
parse_config,
create_proxy_bundle,
run_validator_proxy,
Expand All @@ -32,7 +32,7 @@
get_tes,
get_row_host_port,
)
from apigee import Apigee # pylint: disable=import-error
from apigee_utils import Apigee # pylint: disable=import-error


def main():
Expand Down
File renamed without changes.

0 comments on commit 4f6b06f

Please sign in to comment.