mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-03 23:15:37 +00:00
Cleaned up the code
This commit is contained in:
parent
7159e4fbe2
commit
a7f5303eaf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user