Skip to content

Commit

Permalink
generator: Fix verbose type hint for plugin generator
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeryan committed Oct 14, 2024
1 parent 1f8e204 commit 67fdd80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def create_measurement(
description: str,
collection: str,
tags: Tuple[str, ...],
verbose: bool,
verbose: int,
) -> None:
"""Generate a Python measurement service from a template.
Expand Down

0 comments on commit 67fdd80

Please sign in to comment.