Skip to content

Commit

Permalink
fix probably spurious pyright warning
Browse files Browse the repository at this point in the history
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
chrisrude committed Jul 17, 2023
1 parent 7e80a3a commit 76bba55
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 93 deletions.
Loading

0 comments on commit 76bba55

Please sign in to comment.