with working linting

This commit is contained in:
ishaan-jaff 2023-08-18 12:32:44 -07:00
parent beaa33ba12
commit 694a8ad90c

View file

@ -50,4 +50,4 @@ try:
except:
print(f"error occurred: {traceback.format_exc()}")
pass
os.environ["OPENAI_API_KEY"] = temp_key # this fails linting#4
os.environ["OPENAI_API_KEY"] = str(temp_key) # this passes linting#5