AS
Size: a a a
AS
RB
AS
KK
AS
БС
def x(b: Union[None, bool])
def x(b: typing.Union[None, bool])
KK
KK
RB
def x(b: Union[None, bool])
def x(b: typing.Union[None, bool])
One final note: when adding types, the convention is to import types using the form from typing import Iterable (as opposed to doing just import typing or import typing as t or from typing import *).
БС
БС
AG
def x(b: Union[None, bool])
def x(b: typing.Union[None, bool])
SA
def x(b: Union[None, bool])
def x(b: typing.Union[None, bool])
import typing as t
🙂RB
import typing as t
🙂БС
SA
SA
SA
SA
SA