Skip to content

Commit c62cbe4

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
sambacc/commands: update pre_action type hint
Signed-off-by: John Mulligan <[email protected]>
1 parent 8983588 commit c62cbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sambacc/commands/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def env_to_cli(cli: argparse.Namespace) -> None:
154154
from_env(cli, "ceph_id", "SAMBACC_CEPH_ID", convert_value=ceph_id)
155155

156156

157-
def pre_action(cli: typing.Any) -> None:
157+
def pre_action(cli: argparse.Namespace) -> None:
158158
"""Handle debugging/diagnostic related options before the target
159159
action of the command is performed.
160160
"""

0 commit comments

Comments
 (0)