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 deb2d0a commit 1ad7171Copy full SHA for 1ad7171
openapi_python_client/__init__.py
@@ -76,7 +76,7 @@ def update(self) -> Sequence[GeneratorError]:
76
77
def _reformat(self) -> None:
78
subprocess.run(
79
- "autoflake -i -r --remove-all-unused-imports --remove-unused-variables .",
+ "autoflake -i -r --remove-all-unused-imports --remove-unused-variables --ignore-init-module-imports .",
80
cwd=self.package_dir,
81
shell=True,
82
stdout=subprocess.PIPE,
0 commit comments