Skip to content

STYLE remove inaccurate use of Optional

Hugo Trentesaux requested to merge issue#450-optional-type-hint into develop

when the argument is optional but has a non-None default https://docs.python.org/3/library/typing.html#typing.Optional

Merge request reports