File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -460,9 +460,7 @@ def _return_cytodataframe(
460460 # If the method name is transpose we know that
461461 # the dataframe has been transposed.
462462 if method_name == "transpose" :
463- cdf ._custom_attrs ["is_transposed" ] = not self ._custom_attrs [
464- "is_transposed"
465- ]
463+ cdf ._custom_attrs ["is_transposed" ] = not self ._custom_attrs ["is_transposed" ]
466464
467465 return cdf
468466
Original file line number Diff line number Diff line change @@ -831,9 +831,7 @@ def test_iloc_slice_preserves_cytodataframe_html_formatting():
831831 bracket_sliced ._custom_attrs ["_widget_state" ]
832832 is cdf ._custom_attrs ["_widget_state" ]
833833 )
834- assert (
835- bracket_empty_sliced ._custom_attrs ["_output" ] is cdf ._custom_attrs ["_output" ]
836- )
834+ assert bracket_empty_sliced ._custom_attrs ["_output" ] is cdf ._custom_attrs ["_output" ]
837835 assert (
838836 bracket_empty_sliced ._custom_attrs ["_widget_state" ]
839837 is cdf ._custom_attrs ["_widget_state" ]
You can’t perform that action at this time.
0 commit comments