commit | 5da3047851aae36f09e0b52f79523426fec6a104 | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.opendev.org> | Tue Jul 28 17:49:31 2020 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Tue Jul 28 17:49:31 2020 +0000 |
tree | 4995e96e9ec10d4072bcf710833398e71c8240ea | |
parent | 01c68be83df792aeac7ad3825ff50a3270f9b818 [diff] | |
parent | a32ccf7e0843d6c92162770ba23c51ee52268247 [diff] |
Merge "Stop to use the __future__ module."
diff --git a/tools/pretty_flake8.py b/tools/pretty_flake8.py index 2688ccc..5ae7efd 100755 --- a/tools/pretty_flake8.py +++ b/tools/pretty_flake8.py
@@ -11,7 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -from __future__ import print_function import re import sys