Skip to content

Commit 4cc062d

Browse files
p1-radbanty
andauthored
Update openapi_python_client/__init__.py
Co-authored-by: Dylan Anthony <[email protected]>
1 parent 1b3608a commit 4cc062d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: openapi_python_client/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ def _build_api(self) -> None:
257257
endpoint_init_template.render(endpoint_collection=collection),
258258
encoding=self.file_encoding,
259259
)
260-
(tag_dir / "__init__.py").touch()
261260

262261
for endpoint in collection.endpoints:
263262
module_path = tag_dir / f"{snake_case(endpoint.name)}.py"

0 commit comments

Comments
 (0)