Skip to content

Make Parameter.description optional

  • Made Parameter.description optional.
  • Tidied a little:
    • removed unnecessary use of typing.List and typing.Optional
    • removed unnecessary import of entire typing module
    • removed import of typing.TypeVar as it isn't used

Merge request reports