Skip to content

Commit 35eade5

Browse files
lint fix
1 parent 52c2a67 commit 35eade5

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

src/allotropy/parsers/revvity_kaleido/kaleido_structure.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -432,12 +432,16 @@ def create(
432432
},
433433
custom_info=data.get_unread(
434434
skip={
435-
"tech", "software version", "barcode", "operation", "nan",
435+
"tech",
436+
"software version",
437+
"barcode",
438+
"operation",
439+
"nan",
436440
"excitation power [%]",
437441
"channel",
438442
"exposure time [ms]",
439443
"additional focus offset [mm]",
440-
}
444+
}
441445
),
442446
)
443447

@@ -585,7 +589,6 @@ def _create_optical_measurement(
585589
for key in to_remove:
586590
device_control_custom_info.pop(key, None)
587591

588-
589592
return Measurement(
590593
type_=data.background_info.experiment_type.measurement_type,
591594
identifier=random_uuid_str(),

0 commit comments

Comments
 (0)