This commit is contained in:
Kovid Goyal
2023-11-13 01:10:38 +05:30
parent 9a08489112
commit 5fe77e38b7
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -200,7 +200,6 @@ def generate_class(defn: Definition, loc: str) -> Tuple[str, str]:
a(' config_paths: typing.Tuple[str, ...] = ()')
a(' all_config_paths: typing.Tuple[str, ...] = ()')
a(' config_paths: typing.Tuple[str, ...] = ()')
a(' config_overrides: typing.Tuple[str, ...] = ()')
a('')
a(' def __init__(self, options_dict: typing.Optional[typing.Dict[str, typing.Any]] = None) -> None:')
-1
View File
@@ -664,7 +664,6 @@ class Options:
))
config_paths: typing.Tuple[str, ...] = ()
all_config_paths: typing.Tuple[str, ...] = ()
config_paths: typing.Tuple[str, ...] = ()
config_overrides: typing.Tuple[str, ...] = ()
def __init__(self, options_dict: typing.Optional[typing.Dict[str, typing.Any]] = None) -> None: