Skip to content

fix: import error#13

Merged
simon824 merged 1 commit intoapache:mainfrom
Zony7:bug-fix
Oct 19, 2023
Merged

fix: import error#13
simon824 merged 1 commit intoapache:mainfrom
Zony7:bug-fix

Conversation

@Zony7
Copy link
Contributor

@Zony7 Zony7 commented Oct 19, 2023

fix Description

In the code located at example/client_test.py, there is an import error. The code incorrectly attempts to import the HugeGraph class from the example.test_hugegraph module. However, the correct module should be example.hugegraph_test.

Solution

I have fixed this issue by modifying the import statement in example/client_test.py from:

from example.test_hugegraph import HugeGraph
to
from example.hugegraph_test import HugeGraph

Copy link
Member

@simon824 simon824 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@simon824 simon824 merged commit c003b6c into apache:main Oct 19, 2023
@Zony7 Zony7 deleted the bug-fix branch January 24, 2024 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants