Explorar o código

bug fix: unused import

Steve Nyemba hai 1 semana
pai
achega
5fee359a61
Modificáronse 1 ficheiros con 1 adicións e 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