Skip to content

Commit

Permalink
review all occurences and remove unnecessary use of newstr.
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Xia <xiaket@gmail.com>
  • Loading branch information
xiaket committed Jun 27, 2018
1 parent 05c1791 commit dc10db4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion stacker/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from __future__ import print_function
from __future__ import division
from __future__ import absolute_import
from builtins import str


class InvalidConfig(Exception):
Expand Down
1 change: 0 additions & 1 deletion stacker/tests/lookups/handlers/test_dynamodb.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from __future__ import print_function
from __future__ import division
from __future__ import absolute_import
from builtins import str
import unittest
import mock
from botocore.stub import Stubber
Expand Down

0 comments on commit dc10db4

Please sign in to comment.