We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e24d25 commit e0c3e34Copy full SHA for e0c3e34
1 file changed
falkordb/asyncio/falkordb.py
@@ -1,7 +1,7 @@
1
import redis.asyncio as redis
2
from .cluster import *
3
from .graph import AsyncGraph
4
-from typing import List, Union
+from typing import List, Union, Optional
5
6
# config command
7
UDF_CMD = "GRAPH.UDF"
0 commit comments