Reformat code using PyCharm

This commit is contained in:
Aymane Hrouch
2023-04-27 15:43:59 +01:00
parent 86e0fbe556
commit f1594cfdde
33 changed files with 675 additions and 666 deletions

View File

@@ -1,8 +1,7 @@
import cocalc
response = cocalc.Completion.create(
prompt = 'hello world'
prompt='hello world'
)
print(response)
print(response)