浏览代码

bug fix: unused import

Steve Nyemba 1 周之前
父节点
当前提交
5fee359a61
共有 1 个文件被更改,包括 1 次插入1 次删除
  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