chore: fix pyright errors to make pipeline green
This commit is contained in:
parent
73268a8039
commit
eaf7fe9b2a
8 changed files with 15 additions and 15 deletions
|
|
@ -12,7 +12,7 @@ class Shard(BaseModel):
|
|||
|
||||
class StreamFile(BaseModel):
|
||||
filename: str
|
||||
shard: Shard = None
|
||||
shard: Shard | None = None
|
||||
|
||||
|
||||
__all__ = ["Shard", "StreamFile"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue