Backblaze / boardwalk

A linear remote execution workflow engine built on top of Ansible
Other
18 stars 1 forks source link

Fix type annotations on testing Boardwalkfile.py #12

Closed m4wh6k closed 2 years ago

m4wh6k commented 2 years ago

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