currently there are different way used in how the docstring for optional arguments are implemented: `Optional[Mapping[str, str]] = None,` and `Mapping[str, str], optional` decide on which way to use and adjust code accordingly