Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
style: apply automated linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
megalinter-bot committed May 8, 2024
1 parent 5190242 commit aaaa056
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/safeds_datasets/image/_mnist/_mnist.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@ def _load_mnist_like(
)
else:
test_labels = Column(
file_name, [labels[label_index] for label_index in array("B", label_file.read())],
file_name,
[labels[label_index] for label_index in array("B", label_file.read())],
)
else:
with gzip.open(path / file_path, mode="rb") as image_file:
Expand Down

0 comments on commit aaaa056

Please sign in to comment.