Skip to content

Commit e26a976

Browse files
committed
fix:proper variable
1 parent 2f98e9c commit e26a976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fakeredis/commands_mixins/server_mixin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from fakeredis._commands import command, DbIndex
88
from fakeredis._helpers import OK, SimpleError, casematch, BGSAVE_STARTED, Database
99

10-
_COMMAND_INFO: Dict[bytes, List[Any]] = None
10+
_COMMAND_INFO: Optional[Dict[bytes, List[Any]]] = None
1111

1212

1313
def convert_obj(obj: Any) -> Any:

0 commit comments

Comments
 (0)