edit : tiny edit on error_test.py.

pull/63/head
sadrasabouri 2021-10-22 14:03:17 +03:30
rodzic df6c092fbf
commit f2f4c360e2
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -20,4 +20,5 @@ samila.errors.samilaDataError: Provided data format is wrong. It should be in JS
... g = GenerativeImage(data=open('data.json', 'r'))
>>> g.generate()
samila.errors.samilaGenerateError: At least one of the given functions are None.
>>> os.remove('data.json')
"""