Skip to content

Commit 5e85ec7

Browse files
committed
remove unneeded imports
1 parent 7c910b6 commit 5e85ec7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/recordset_indexed_modified_date_and_archive_link_status.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
try:
33
from idigbio.json_client import iDbApiJson
44
import requests
5-
import shutil
6-
import os
7-
import sys
8-
import time
5+
# import shutil
6+
# import os
7+
# import sys
8+
# import time
99
import argparse
10-
import json
10+
# import json
1111
except ImportError as e:
1212
print ("IMPORT ERROR (This exception is likely caused by a missing module): '{0}'".format(e))
1313
raise SystemExit

0 commit comments

Comments
 (0)