fix mistake in translating from mypy

This commit is contained in:
beauxq
2024-04-08 21:00:22 -07:00
parent 46a486f8f0
commit ae0de008bc

View File

@@ -2,4 +2,4 @@ if [ "$(basename "$(pwd)")" = ".github" ]; then
cd ..
fi
xargs pyright -p .github/pyright-config.json
pyright -p .github/pyright-config.json