Skip to content

Commit

Permalink
mypy update.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Nov 11, 2024
1 parent 6c61894 commit 9755097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py3xui/inbound/inbound.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ class Inbound(BaseModel):
total: int = 0

expiry_time: int = Field(default=0, alias=InboundFields.EXPIRY_TIME) # type: ignore
client_stats: list[Client] | None = Field(
client_stats: list[Client] | None = Field( # type: ignore
default=[], alias=InboundFields.CLIENT_STATS
) # type: ignore
)

tag: str = ""

Expand Down

0 comments on commit 9755097

Please sign in to comment.