mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Simplify import statement
This commit is contained in:
parent
5d78b8edff
commit
01c19d6f40
@ -18,9 +18,8 @@ import socket
|
|||||||
import argparse
|
import argparse
|
||||||
import botocore
|
import botocore
|
||||||
import boto3
|
import boto3
|
||||||
from awscommon import (
|
from awscommon import get_naeips
|
||||||
get_naeips,
|
|
||||||
)
|
|
||||||
|
|
||||||
# First, ensure they're using Python 2.5-2.7
|
# First, ensure they're using Python 2.5-2.7
|
||||||
pyver = sys.version_info
|
pyver = sys.version_info
|
||||||
|
Loading…
x
Reference in New Issue
Block a user