mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
Cleaned up the code
This commit is contained in:
@@ -46,9 +46,6 @@ class OpenAPI3Parser(BaseParser):
|
||||
f"parameters: {path.parameters}\nmethods: {info}\n"
|
||||
)
|
||||
i += 1
|
||||
if i == 2:
|
||||
with open("reff.txt", "w") as f:
|
||||
f.write(str(path))
|
||||
with open("results.txt", "w") as f:
|
||||
f.write(results)
|
||||
return results
|
||||
|
||||
Reference in New Issue
Block a user