From a6efe6565d0a88894a20850f5d053b135c47ef30 Mon Sep 17 00:00:00 2001 From: mzouink Date: Thu, 21 Mar 2024 18:10:41 +0000 Subject: [PATCH] :art: Format Python code with psf/black --- dacapo/utils/view.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dacapo/utils/view.py b/dacapo/utils/view.py index 732e7d9bf..343feb485 100644 --- a/dacapo/utils/view.py +++ b/dacapo/utils/view.py @@ -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)