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

ming pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-ai.git


The following commit(s) were added to refs/heads/main by this push:
     new c003b6c  fix import error (#13)
c003b6c is described below

commit c003b6c8e807cebf05769681c937c14ab39b7b4b
Author: lzyxx <[email protected]>
AuthorDate: Thu Oct 19 17:18:42 2023 +0800

    fix import error (#13)
---
 hugegraph-python/example/client_test.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hugegraph-python/example/client_test.py 
b/hugegraph-python/example/client_test.py
index c3d9808..f68c727 100644
--- a/hugegraph-python/example/client_test.py
+++ b/hugegraph-python/example/client_test.py
@@ -2,7 +2,8 @@ import unittest
 from typing import Any
 from unittest.mock import MagicMock, patch
 
-from example.test_hugegraph import HugeGraph
+from example.hugegraph_test import HugeGraph
+
 
 class HugeGraphTest(unittest.TestCase):
     def setUp(self) -> None:

Reply via email to