Skip to content

Commit 887acce

Browse files
committed
Fix flake8 error
1 parent 414e81c commit 887acce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/hdf5/test_ophys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def buildPlaneSegmentationNoRois(self):
175175
starting_frame=[1, 2, 3], format='tiff', timestamps=ts)
176176
self.device = Device(name='dev1')
177177
self.optical_channel = OpticalChannel(
178-
name='test_optical_channel',
178+
name='test_optical_channel',
179179
description='optical channel description',
180180
emission_lambda=500.
181181
)

0 commit comments

Comments
 (0)