🚨 make pyright happy (#2379)

This commit is contained in:
Ju4tCode
2023-10-01 11:44:00 +08:00
committed by GitHub
parent 183fc8defb
commit 0e3e16e809

View File

@ -112,7 +112,7 @@ executionEnvironments = [
typeCheckingMode = "basic"
reportShadowedImports = false
disableBytesTypePromotions = true
[build-system]
requires = ["poetry_core>=1.0.0"]