Skip to content

Commit

Permalink
Format Python code with psf/black push (#306)
Browse files Browse the repository at this point in the history
There appear to be some python formatting errors in
25f3812. This pull request
uses the [psf/black](https://github.com/psf/black) formatter to fix
these issues.
  • Loading branch information
mzouink authored Oct 18, 2024
2 parents 39ed9eb + 7888713 commit 012de04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/notebooks/minimal_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,9 @@
config_store = create_config_store()

run = Run(config_store.retrieve_run_config("example_run"))
# if __name__ == "__main__":
train_run(run)

if __name__ == "__main__":
train_run(run)

# %% [markdown]
# ## Visualize
Expand Down

0 comments on commit 012de04

Please sign in to comment.