Skip to content

Commit

Permalink
Fix ProductionRun.appliance docstring (#25)
Browse files Browse the repository at this point in the history
Currently, the `ProductionRun` model's `appliance` member is documented
as the appliance `UUID`, while it is actually an `Appliance` model. This
PR fixes this.
  • Loading branch information
denizs authored Nov 16, 2023
1 parent e6f56ca commit df8e0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enlyze/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ class ProductionRun:
#: The UUID of the production run
uuid: UUID

#: The UUID of the appliance the production run was executed on.
#: The appliance the production run was executed on.
appliance: Appliance

#: The average throughput of the production run excluding downtimes.
Expand Down

0 comments on commit df8e0df

Please sign in to comment.