Skip to content

Commit

Permalink
workaround for typing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gmega committed Dec 6, 2024
1 parent ff158a6 commit cbd4a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/deluge/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class DelugeNodeConfig(BaseModel):


class DelugeNodeSetConfig(BaseModel):
network_size: int = Field(gte=2)
network_size: int = Field(gt=1)
address: str
daemon_port: int
listen_ports: list[int] = Field(min_length=2, max_length=2)
Expand Down

0 comments on commit cbd4a65

Please sign in to comment.