posit-dev / great-tables

Make awesome display tables using Python.
https://posit-dev.github.io/great-tables/
MIT License
1.43k stars 48 forks source link

Remove unnecessary top-level imports #293

Open machow opened 2 months ago

machow commented 2 months ago

Based on convo w/ @rich-iannone, it seems like there may be some unused helper functions exposed at the top-level (e.g. letters, LETTERS, px). Let's go through the top-level imports and decide which need to stay, and which might be removed.

related to https://github.com/posit-dev/great-tables/pull/289#pullrequestreview-2004309576

jrycw commented 2 months ago

Perhaps it's a good time to incorporate this cleanup with #119 isort?