This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-mft.git


The following commit(s) were added to refs/heads/master by this push:
     new b2ec60d  Minor bug fix
b2ec60d is described below

commit b2ec60d6dc88cf2e5ab815d938f86a9f971e35c7
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Sun Apr 10 14:41:16 2022 -0400

    Minor bug fix
---
 python-sdk/src/airavata_mft_sdk/mft_client.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python-sdk/src/airavata_mft_sdk/mft_client.py 
b/python-sdk/src/airavata_mft_sdk/mft_client.py
index c112a7d..ce9ce86 100644
--- a/python-sdk/src/airavata_mft_sdk/mft_client.py
+++ b/python-sdk/src/airavata_mft_sdk/mft_client.py
@@ -1,5 +1,5 @@
 import grpc
-import 
airavata_mft_sdk.airavata_mft_sdk.airavata_mft_sdk.airavata_mft_sdk.mft_sdk.MFTTransferApi_pb2_grpc
 as transfer_grpc
+import airavata_mft_sdk.MFTTransferApi_pb2_grpc as transfer_grpc
 
 
 class MFTClient:

Reply via email to