Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesls committed Sep 16, 2015
1 parent 8944a91 commit d8820ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion awscli/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
PY3 = six.PY3
queue = six.moves.queue
shlex_quote = six.moves.shlex_quote
string_types = six.string_types
StringIO = six.StringIO
urlopen = six.moves.urllib.request.urlopen

Expand Down
2 changes: 0 additions & 2 deletions awscli/formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# ANY KIND, either express or implied. See the License for the specific
# language governing permissions and limitations under the License.
import logging
import sys
from botocore.compat import json

from botocore.utils import set_value_from_jmespath
Expand All @@ -20,7 +19,6 @@
from awscli.table import MultiTable, Styler, ColorizedStyler
from awscli import text
from awscli import compat
from awscli.compat import string_types
from awscli.utils import json_encoder


Expand Down

0 comments on commit d8820ac

Please sign in to comment.