Skip to content

Commit c87cf65

Browse files
committed
remove spaces
1 parent 30fc186 commit c87cf65

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

suite2p/io/tiff.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def use_sktiff_reader(tiff_filename, batch_size: Optional[int] = None) -> bool:
9494
print('NOTE: ScanImageTiffReader not working for this tiff type, using tifffile')
9595
return True
9696

97-
9897
def tiff_to_binary(ops):
9998
""" finds tiff files and writes them to binaries
10099
@@ -216,7 +215,6 @@ def tiff_to_binary(ops):
216215
reg_file_chan2[j].close()
217216
return ops1[0]
218217

219-
220218
def mesoscan_to_binary(ops):
221219
""" finds mesoscope tiff files and writes them to binaries
222220

0 commit comments

Comments
 (0)