Skip to content

Commit 84b3719

Browse files
committed
Fix import
1 parent 8a38db2 commit 84b3719

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

caltechdata_api/caltechdata_edit.py

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

caltechdata_api/caltechdata_write.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from requests import session
22
from caltechdata_api import customize_schema
3-
import json
3+
import json, copy
44
import os
55

66
def send_s3(filepath,token,production=False):

0 commit comments

Comments
 (0)