Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 18, 2024
1 parent 23dd461 commit 18d6797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdgx/data_models/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def from_dataloader(
inspectors = im.init_inspcetors(
include_inspectors, exclude_inspectors, **(inspector_init_kwargs or {})
)
# set all inspectors not ready
# set all inspectors not ready
for inspector in inspectors:
inspector.ready = False
for i, chunk in enumerate(dataloader.iter()):
Expand Down

0 comments on commit 18d6797

Please sign in to comment.