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/AbstractPythonConnexionServerCodegen.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -100,10 +100,10 @@ public AbstractPythonConnexionServerCodegen(String templateDirectory, boolean fi
100
100
MAPPER.registerModule(simpleModule);
101
101
102
102
// TODO may remove these later to default to the setting in abstract python base class instead
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/AbstractPythonPydanticV1Codegen.java
+4-13Lines changed: 4 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -91,8 +91,6 @@ public AbstractPythonPydanticV1Codegen() {
0 commit comments