NREL / ditto

DiTTo is a Distribution Transformation Tool that aims at providing an open source framework to convert various distribution systems modeling formats.
https://nrel.github.io/ditto/
BSD 3-Clause "New" or "Revised" License
69 stars 36 forks source link

Remove unused imports from traitlets #429

Closed vtnate closed 10 months ago

vtnate commented 11 months ago

Resolves #426

2 methods were being imported from traitlets that are unused. Removing them reduces the risk surface, enabling a more stable package.

If these are actually required, please let me know where they are used and I will close this PR.