jmosbacher / pydantic-panel

Edit pydantic models with widgets from the awesome Panel package
MIT License
24 stars 3 forks source link

Remove unused imports #13

Closed MarcSkovMadsen closed 2 years ago

MarcSkovMadsen commented 2 years ago

Clean code is easier to understand and contribute to. I see some unused imports in the code

Please remove unused imports. I would also suggest using a linter to report these issues automatically or autoflake8 to automatically remove them.

image

jmosbacher commented 2 years ago

Done. Thanks!