Skip to content

Commit 8fced1c

Browse files
Merge pull request #1266 from onekey-sec/renovate/pyright-1.x-lockfile
chore(deps): update dependency pyright to v1.1.405
2 parents 19f7fcb + 470185d commit 8fced1c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

python/unblob/file_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def from_path(cls, path: Path, access=mmap.ACCESS_READ):
7070

7171
def seek(self, pos: int, whence: int = os.SEEK_SET) -> int: # pyright: ignore[reportIncompatibleMethodOverride]
7272
try:
73-
super().seek(pos, whence)
73+
super().seek(pos, whence) # pyright: ignore[reportArgumentType]
7474
except ValueError as e:
7575
raise SeekError from e
7676
return self.tell()

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)