Remove unused _option_name_fmt
This commit is contained in:
parent
c5cc08a861
commit
1e918147ea
|
@ -1701,7 +1701,6 @@ class OutputVerbosity:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
DEFAULT = "auto"
|
DEFAULT = "auto"
|
||||||
_option_name_fmt = "verbosity_{}"
|
|
||||||
|
|
||||||
def __init__(self, config: Config) -> None:
|
def __init__(self, config: Config) -> None:
|
||||||
self._config = config
|
self._config = config
|
||||||
|
|
Loading…
Reference in New Issue