Skip to content

Commit

Permalink
Change python API dir
Browse files Browse the repository at this point in the history
  • Loading branch information
watal committed Apr 1, 2022
1 parent a62fe43 commit 95ccf76
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 2 additions & 4 deletions tools/grpc/python/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
import pprint
import sys

sys.path.append('../../../api')

import grpc.python.pola_pb2 as pola_pb2
import grpc.python.pola_pb2_grpc as pola_pb2_grpc
import api.grpc.pola_pb2 as pola_pb2
import api.grpc.pola_pb2_grpc as pola_pb2_grpc


def main():
Expand Down

0 comments on commit 95ccf76

Please sign in to comment.