Skip to content

Commit

Permalink
Format Python code with psf/black push (#209)
Browse files Browse the repository at this point in the history
There appear to be some python formatting errors in
72e58e9. This pull request
uses the [psf/black](https://github.com/psf/black) formatter to fix
these issues.
  • Loading branch information
mzouink authored Mar 22, 2024
2 parents d6e3977 + 0569bbd commit 4d32d4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dacapo/utils/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ def does_new_best_exist(self):


class NeuroglancerRunViewer:

def __init__(self, run: Run, embedded=False):
self.run: Run = run
self.best_score = BestScore(run)
Expand Down

0 comments on commit 4d32d4b

Please sign in to comment.