We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
commitizen-tools
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent a879bd8 commit a298db9Copy full SHA for a298db9
commitizen/cli.py
@@ -3,7 +3,6 @@
3
import argparse
4
import logging
5
import sys
6
-from collections.abc import Sequence
7
from copy import deepcopy
8
from functools import partial
9
from pathlib import Path
@@ -48,7 +47,7 @@ def __call__(
48
47
self,
49
parser: argparse.ArgumentParser,
50
namespace: argparse.Namespace,
51
- kwarg: str | Sequence[object] | None,
+ kwarg: object,
52
option_string: str | None = None,
53
) -> None:
54
if not isinstance(kwarg, str):
0 commit comments