Change isinstance(x, Union[type, type])
to `isinstance(x, (type, ty…
#28
Loading
isinstance(x, Union[type, type])
to `isinstance(x, (type, ty…
#28