correct import of literal string
This commit is contained in:
parent
0d53cef9ab
commit
12b90633a4
1 changed files with 2 additions and 1 deletions
|
|
@ -16,9 +16,10 @@ limitations under the License.
|
|||
|
||||
import logging
|
||||
from collections.abc import Coroutine
|
||||
from typing import Any, LiteralString
|
||||
from typing import Any
|
||||
|
||||
from neo4j import AsyncGraphDatabase
|
||||
from typing_extensions import LiteralString
|
||||
|
||||
from graphiti_core.driver.driver import GraphDriver, GraphDriverSession
|
||||
from graphiti_core.helpers import DEFAULT_DATABASE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue