Skip to content

Commit

Permalink
Black formatting test_csv.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley committed Aug 15, 2023
1 parent 1be690e commit 8c56d82
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dask/dataframe/io/tests/test_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -1476,9 +1476,7 @@ def test_to_single_csv_with_header_first_partition_only():


def test_to_csv_with_single_file_and_exclusive_mode():
df0 = pd.DataFrame(
{"x": ["a", "b", "c", "d"], "y": [1, 2, 3, 4]}
)
df0 = pd.DataFrame({"x": ["a", "b", "c", "d"], "y": [1, 2, 3, 4]})
df = dd.from_pandas(df0, npartitions=2)
with tmpdir() as dir:
csv_path = os.path.join(dir, "test.csv")
Expand Down

0 comments on commit 8c56d82

Please sign in to comment.