Skip to content

Commit

Permalink
feat: @metricq_command as a standardized click command
Browse files Browse the repository at this point in the history
  • Loading branch information
Max KvR authored and devmaxde committed Dec 11, 2024
1 parent 581d3ff commit 42f4547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metricq/cli/decorator.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import logging
from typing import Any, Callable, Optional, TypeVar, Union, cast
from typing import Callable, Optional, cast, TypeVar, Union, Any

import click
import click_log # type: ignore
Expand Down

0 comments on commit 42f4547

Please sign in to comment.