mindee / mindee-api-python

Mindee API Helper Library for Python
https://mindee.com
MIT License
39 stars 5 forks source link

:white_check_mark: better control over import linting #232

Closed ianardee closed 7 months ago

ianardee commented 7 months ago

Description

Allow us humans to better control the look of imports. By adding a trailing comma we can now force to use the multiline layout even if not strictly needed. This makes it easier to generate code, there was much rejoicing throughout the land.

Types of changes