You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/PythonFastAPIServerCodegen.java
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -90,9 +90,6 @@ public String getHelp() {
90
90
publicPythonFastAPIServerCodegen() {
91
91
super();
92
92
93
-
// Skip sorting of operations to preserve the order found in the OpenAPI spec file. See
94
-
// https://fastapi.tiangolo.com/tutorial/path-params/?h=path#order-matters for details on why order matters.
95
-
LOGGER.info("Skipping sorting of path operations, order matters, let the developer decide via their specification file.");
0 commit comments