We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1104bf7 commit 4aa1d55Copy full SHA for 4aa1d55
pydocstringformatter/utils/__init__.py
@@ -14,12 +14,12 @@
14
15
__all__ = [
16
"_find_python_files",
17
+ "_generate_diff",
18
"_is_docstring",
19
"_parse_command_line_arguments",
- "_register_arguments",
20
- "PydocstringFormatterError",
21
- "ParsingError",
22
"_parse_toml_file",
+ "ParsingError",
+ "PydocstringFormatterError",
23
+ "_register_arguments",
24
"TomlParsingError",
- "_generate_diff",
25
]
0 commit comments