Explorar el Código

bug fix: unused import

Steve Nyemba hace 1 semana
padre
commit
5fee359a61
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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