Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hombit committed Nov 6, 2024
1 parent 5b60b0c commit e4e09a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/nested_dask/test_nestedframe.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
import dask
import dask.dataframe as dd
import nested_dask as nd
import nested_pandas as npd
import numpy as np
import pandas as pd
import pyarrow as pa
import pytest
from nested_pandas.series.dtype import NestedDtype

import nested_dask as nd
from nested_dask.datasets import generate_data
from nested_pandas.series.dtype import NestedDtype

dask.config.set({"dataframe.convert-string": False})

Expand Down

0 comments on commit e4e09a7

Please sign in to comment.