Skip to content

Commit

Permalink
Pre-commit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marksgraham committed Jan 5, 2024
1 parent ecccb4a commit 1b93b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oct_converter/readers/e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def read_fundus_image(
image_array_dict = {}
laterality_dict = {}
laterality = None

# traverse all chunks and extract slices
for start, pos in chunk_stack:
f.seek(start + self.byte_skip)
Expand Down

0 comments on commit 1b93b31

Please sign in to comment.