Skip to content

Commit 34d7ffd

Browse files
committed
chore: add Union typing fix
1 parent c5d537a commit 34d7ffd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ydata_profiling/model/summary_algorithms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import functools
2-
from typing import Any, Callable, Optional, Tuple, TypeVar
2+
from typing import Any, Callable, Optional, Tuple, TypeVar, Union
33

44
import numpy as np
55
import pandas as pd

0 commit comments

Comments
 (0)