Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter committed Nov 14, 2024
1 parent 0c74e3f commit d265b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_expr/_expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import numpy as np
import pandas as pd
from dask._task_spec import Alias, DataNode, Dict, Task, TaskRef, execute_graph
from dask._task_spec import Alias, DataNode, Task, TaskRef, execute_graph
from dask.array import Array
from dask.core import flatten
from dask.dataframe import methods
Expand Down

0 comments on commit d265b37

Please sign in to comment.