We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d537a commit 34d7ffdCopy full SHA for 34d7ffd
1 file changed
src/ydata_profiling/model/summary_algorithms.py
@@ -1,5 +1,5 @@
1
import functools
2
-from typing import Any, Callable, Optional, Tuple, TypeVar
+from typing import Any, Callable, Optional, Tuple, TypeVar, Union
3
4
import numpy as np
5
import pandas as pd
0 commit comments