Skip to content

Commit e0c3e34

Browse files
committed
import optional
1 parent 7e24d25 commit e0c3e34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

falkordb/asyncio/falkordb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import redis.asyncio as redis
22
from .cluster import *
33
from .graph import AsyncGraph
4-
from typing import List, Union
4+
from typing import List, Union, Optional
55

66
# config command
77
UDF_CMD = "GRAPH.UDF"

0 commit comments

Comments
 (0)