Skip to content

Commit

Permalink
Fix linting error due to whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Akerman <michaeljohnakerman@gmail.com>
  • Loading branch information
data-makerman committed Aug 20, 2024
1 parent 36e1036 commit 036b91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modin/tests/core/storage_formats/pandas/test_internals.py
Original file line number Diff line number Diff line change
Expand Up @@ -2797,7 +2797,7 @@ def dataframe_test_default_property(df):
def test_daemonic_worker_protection(modify_config):
# Test for issue #7346, wherein some operations on Dask cause a second submission of a task to
# the Dask client from the worker scope, which should not cause a new client to be created

def submission_triggering_row_operation(row):
row_to_dict = row.to_dict()
dict_to_row = pd.Series(row_to_dict)
Expand Down

0 comments on commit 036b91e

Please sign in to comment.