Enacted some cleanup of builder.py. moved Imports to the top and cut out duplicate code/moved it to builder_utils.py

This commit is contained in:
mwisnowski 2025-08-19 15:00:28 -07:00
parent b7ee6ea57d
commit ff1912f979
5 changed files with 201 additions and 333 deletions

View file

@ -11,4 +11,5 @@ prettytable>=3.9.0
# Development dependencies
mypy>=1.3.0
pandas-stubs>=2.0.0
pandas-stubs>=2.0.0
pytest>=8.0.0