Skip to content

Commit f92bd20

Browse files
author
Hussain Jafari
committed
correct dask import
1 parent ed6c44d commit f92bd20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pseudopeople/noise_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from typing import TYPE_CHECKING
44

5-
import dask.dataframe as dd
65
import numpy as np
76
import numpy.typing as npt
87
import pandas as pd
@@ -30,6 +29,7 @@
3029
)
3130

3231
if TYPE_CHECKING:
32+
import dask.dataframe as dd
3333
from pseudopeople.configuration.noise_configuration import NoiseConfiguration
3434
from pseudopeople.dataset import Dataset
3535

0 commit comments

Comments
 (0)