Skip to content

Commit

Permalink
fix some pyright errors in python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Congyuwang committed Jun 25, 2024
1 parent cf06084 commit 5a0cbdb
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 14 deletions.
2 changes: 2 additions & 0 deletions examples/snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

# 0-89 are no longer in db
for k, v in db.items():
assert k is int
assert v is int
assert k >= 90
assert v >= 90

Expand Down
Loading

0 comments on commit 5a0cbdb

Please sign in to comment.