fix issue pointed out by mike (#1986)

* fix issue pointed out by mike

* clean up

* Drop logger

* drop unused imports
This commit is contained in:
Brandon Hancock (bhancock_ai)
2025-01-27 17:35:17 -05:00
committed by GitHub
parent d3a0dad323
commit dea6ed7ef0
4 changed files with 313 additions and 21 deletions

View File

@@ -36,6 +36,7 @@ dependencies = [
"tomli-w>=1.1.0",
"tomli>=2.0.2",
"blinker>=1.9.0",
"json5>=0.10.0",
]
[project.urls]