mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-18 16:19:27 +00:00
Fix missing __init__.py (#1933)
This commit is contained in:
@@ -45,5 +45,6 @@ public class PythonAiohttpConnexionServerCodegen extends PythonAbstractConnexion
|
||||
protected void addSupportingFiles() {
|
||||
supportingFiles.add(new SupportingFile("conftest.mustache", testPackage, "conftest.py"));
|
||||
supportingFiles.add(new SupportingFile("__init__test.mustache", testPackage, "__init__.py"));
|
||||
supportingFiles.add(new SupportingFile("__init__main.mustache", packageName, "__init__.py"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user