missed another change from mypy to pyright

This commit is contained in:
beauxq
2024-04-08 21:04:38 -07:00
parent ae0de008bc
commit 9f9b511b25

View File

@@ -9,7 +9,7 @@ on:
- "**.py"
jobs:
mypy:
pyright:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4