mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
🚨 ignore reportGeneralTypeIssues
https://github.com/microsoft/pyright/issues/9220
This commit is contained in:
@@ -37,7 +37,7 @@ class PastInner(BaseModel):
|
||||
|
||||
|
||||
class Past(BaseModel):
|
||||
first: PastInner | None = Field(default=None, alias='1')
|
||||
first: PastInner | None = Field(default=None, alias='1') # pyright: ignore [reportGeneralTypeIssues]
|
||||
|
||||
|
||||
class BaseData(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user