Cleaned up the code

pull/556/head
Exterminator11 8 months ago
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…
Cancel
Save