Skip to content

Commit

Permalink
AntaRunner to BaseModel
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-baillargeon committed Jan 18, 2025
1 parent 95f32ff commit ae97095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anta/_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class AntaRunner(BaseModel):
max_concurrency: int = Field(default_factory=get_max_concurrency)
file_descriptor_limit: int = Field(default_factory=get_file_descriptor_limit)

# Internal attributes set during setup phases before each run
# Private attributes set during setup phases before each run
_selected_inventory: AntaInventory | None = None
_selected_tests: defaultdict[AntaDevice, set[AntaTestDefinition]] | None = None
_inventory_stats: AntaRunnerInventoryStats | None = None
Expand Down

0 comments on commit ae97095

Please sign in to comment.