Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix probably spurious pyright warning
For some reason pyright thinks ['request'] could be a bool sometimes, probably due to the dynamic typing allowed by importing it straight from the yaml. Just make sure it's a string before printing.
- Loading branch information