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 1b3608a commit 4cc062dCopy full SHA for 4cc062d
openapi_python_client/__init__.py
@@ -257,7 +257,6 @@ def _build_api(self) -> None:
257
endpoint_init_template.render(endpoint_collection=collection),
258
encoding=self.file_encoding,
259
)
260
- (tag_dir / "__init__.py").touch()
261
262
for endpoint in collection.endpoints:
263
module_path = tag_dir / f"{snake_case(endpoint.name)}.py"
0 commit comments