Skip to content

Commit

Permalink
Fix typo in isort
Browse files Browse the repository at this point in the history
  • Loading branch information
XuanWang-Amos committed Nov 17, 2023
1 parent f43e081 commit 87f0a05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/psm-interop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ jobs:
- uses: actions/checkout@v4
- uses: isort/isort-action@v1
with:
configuration: "--diff --check_only --dont-follow-links --settings-path=black.toml"
configuration: "--diff --check-only --dont-follow-links --settings-path=black.toml"
isort-version: "5.9.2"
3 changes: 1 addition & 2 deletions framework/rpc/grpc_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@
https://github.com/grpc/grpc/blob/master/src/proto/grpc/testing/test.proto
"""
import logging
import sys
from typing import Iterable, Optional, Tuple

import grpc
from grpc_health.v1 import health_pb2
from grpc_health.v1 import health_pb2_grpc

import framework.rpc
import sys

print(f">>>>path: {sys.path}")
from protos import empty_pb2
from protos import messages_pb2
from protos import test_pb2_grpc
Expand Down

0 comments on commit 87f0a05

Please sign in to comment.