Skip to content

Commit f2084f2

Browse files
committed
Black formatting
1 parent 21dbc60 commit f2084f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

element_calcium_imaging/scan.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,9 @@ def estimate_nd2_scan_duration(nd2_scan_obj):
520520
from element_interface import prairie_view_loader
521521

522522
scan_filepaths = get_image_files(key, "*.tif")
523-
PVScan_info = prairie_view_loader.get_prairieview_metadata(scan_filepaths[0])
523+
PVScan_info = prairie_view_loader.get_prairieview_metadata(
524+
scan_filepaths[0]
525+
)
524526
self.insert1(
525527
dict(
526528
key,

0 commit comments

Comments
 (0)