Skip to content

Commit fb8d161

Browse files
committed
Cleanup
1 parent 49cff9f commit fb8d161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

caltechdata_api/caltechdata_edit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from requests import session
2-
import json,copy,base64
2+
import json,copy
33
from caltechdata_api import customize_schema
44
from caltechdata_api import send_s3
55

@@ -70,7 +70,7 @@ def caltechdata_edit(token,ids,metadata={},files={},delete={},production=False):
7070

7171
c = session()
7272
response = c.post(url, headers=headers, data=dat)
73-
return response.text
73+
print(response.text)
7474

7575
def caltechdata_add(token,ids,metadata={},files={},production=False):
7676
'''Adds file'''

0 commit comments

Comments
 (0)