We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6dc6e9 commit 48d5d7eCopy full SHA for 48d5d7e
1 file changed
yamlable/base.py
@@ -94,7 +94,7 @@ def __from_yaml_dict__(cls, # type: Type[Y]
94
def dump_yaml(self,
95
file_path_or_stream, # type: Union[str, IOBase, StrinIO]
96
safe=True, # type: bool
97
- **pyyaml_kwargs # type: Dict[str, Any]
+ **pyyaml_kwargs # type: Any
98
):
99
# type: (...) -> None
100
"""
@@ -121,7 +121,7 @@ def dump_yaml(self,
121
122
def dumps_yaml(self,
123
124
125
126
# type: (...) -> str
127
0 commit comments