Skip to content

Commit fb34525

Browse files
committed
chore(ruff)
1 parent 41ed1ec commit fb34525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnityPy/streams/EndianBinaryReader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def bytes(self):
299299
last_pos = self.Position
300300
self.Position = 0
301301
ret = self.read(self.Length)
302-
self.Position = last_pos # type: ignore
302+
self.Position = last_pos # type: ignore
303303
return ret
304304

305305
def dispose(self):

0 commit comments

Comments
 (0)