This fixes annotations on the Boardwalkfile.py used for testing. It was failing to import a type because we are currently using the TYPE_CHECKING conditional around the codebase
How was this tested?
test locally
Checklist
[x] Have you run make test?
[ ] Have you updated the VERSION file (if applicable)?
What and why?
This fixes annotations on the Boardwalkfile.py used for testing. It was failing to import a type because we are currently using the TYPE_CHECKING conditional around the codebase
How was this tested?
test locally
Checklist
make test
?