Skip to content
Snippets Groups Projects
Unverified Commit 458c93d0 authored by Sherif Abdekarim's avatar Sherif Abdekarim Committed by GitHub
Browse files

Update base.py (#13525)

Fixes a typo in the variable name from seesion_pool_config to session_pool_config
parent 1bde70b7
No related branches found
No related tags found
No related merge requests found
......@@ -224,8 +224,8 @@ class NebulaGraphStore(GraphStore):
[(graphd_host, int(graphd_port))],
)
seesion_pool_config = SessionPoolConfig()
session_pool.init(seesion_pool_config)
session_pool_config = SessionPoolConfig()
session_pool.init(session_pool_config)
self._session_pool = session_pool
return self._session_pool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment