mckinsey / vizro

Vizro is a toolkit for creating modular data visualization applications.
https://vizro.readthedocs.io/en/stable/
Apache License 2.0
2.49k stars 112 forks source link

Tidy trailing commas #292

Closed huong-li-nguyen closed 5 months ago

huong-li-nguyen commented 6 months ago

Description

See following discussion thread: https://github.com/mckinsey/vizro/pull/283#discussion_r1467341688

Idea was to tidy some of our code and remove redundant wrapping into multiple lines

If you see some spots where you would prefer multi-lines instead of a single line, you just have to add the trailing comma back. I've quickly scanned through the files and added some of the trailing commas (mostly for our example configurations).

Note: Will be merged after https://github.com/mckinsey/vizro/pull/293

Screenshot

Notice