From 54212c805494b909c566dd7b7ae8d9afd8a7cbb9 Mon Sep 17 00:00:00 2001 From: lzy <1154132149@qq.com> Date: Thu, 19 Oct 2023 16:56:05 +0800 Subject: [PATCH] fix import error --- 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 c3d980814..f68c727c9 100644 --- a/hugegraph-python/example/client_test.py +++ b/hugegraph-python/example/client_test.py @@ -2,7 +2,8 @@ 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: