Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode committed Dec 23, 2024
1 parent e99ac05 commit f31af95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdbx/mdbx.py
Original file line number Diff line number Diff line change
Expand Up @@ -2506,7 +2506,7 @@ def close(self):
"""
pass

def get(self, txn: TXN, key: bytes) -> bytes:
def get(self, txn: TXN, key: bytes) -> Optional[bytes]:
"""
Wrapper around mdbx_get.
Expand Down

0 comments on commit f31af95

Please sign in to comment.