Cleaned up the code

This commit is contained in:
Exterminator11 2023-10-15 17:20:50 +05:30
parent 7159e4fbe2
commit a7f5303eaf

View File

@ -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