Sfoglia il codice sorgente

bug fix: unused import

Steve Nyemba 1 settimana fa
parent
commit
5fee359a61
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      transport/cloud/s3.py

+ 1 - 1
transport/cloud/s3.py

@@ -12,7 +12,7 @@ import boto3
 # from boto.s3.connection import S3Connection, OrdinaryCallingFormat
 import numpy as np
 import botocore
-from smart_open import smart_open
+# from smart_open import smart_open
 import sys
 
 import json