fix: Returned the necessary port argument I accidentally deleted.
This commit is contained in:
parent
c391be41d6
commit
321b648ef5
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ def create_graph_engine(
|
|||
graph_database_name="",
|
||||
graph_database_username="",
|
||||
graph_database_password="",
|
||||
graph_database_port="",
|
||||
):
|
||||
"""
|
||||
Create a graph engine based on the specified provider type.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue