Skip to content

Commit

Permalink
Remove colon in docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Van Eck <[email protected]>
  • Loading branch information
pvaneck committed Jan 11, 2023
1 parent 081899c commit fa6e865
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ class MetricDefinition: # pylint: disable=too-many-instance-attributes
"NanoCores", "BitsPerSecond"."""
primary_aggregation_type: Optional[Union[str, MetricAggregationType]] = None
"""The primary aggregation type value defining how to use the values for display. Possible values
include: "None", "Average", "Count", "Minimum", "Maximum", "Total"."""
include "None", "Average", "Count", "Minimum", "Maximum", "Total"."""
metric_class: Optional[Union[str, MetricClass]] = None
"""The class of the metric. Possible values include "Availability", "Transactions", "Errors",
"Latency", "Saturation"."""
Expand Down

0 comments on commit fa6e865

Please sign in to comment.