summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-06-03 17:38:55 +0000
committerGerrit Code Review <review@openstack.org>2020-06-03 17:38:55 +0000
commit174b29162d239bc3e9d74e689e9de7db01b3396c (patch)
tree3ebe6d0085cdf52c543781ddc166662b58d4aa7e
parente7f54d3ee8a028c748ea80055dba62d3ca91e830 (diff)
parent8244a8a69e2d2ce9088ad32b59648c7f8bd68a82 (diff)
downloadoslo-concurrency-174b29162d239bc3e9d74e689e9de7db01b3396c.tar.gz
Merge "Stop to use the __future__ module."
-rw-r--r--oslo_concurrency/prlimit.py2
-rw-r--r--oslo_concurrency/tests/unit/test_processutils.py2
2 files changed, 0 insertions, 4 deletions
diff --git a/oslo_concurrency/prlimit.py b/oslo_concurrency/prlimit.py
index e0fc4e3..5f75910 100644
--- a/oslo_concurrency/prlimit.py
+++ b/oslo_concurrency/prlimit.py
@@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
-from __future__ import print_function
-
import argparse
import os
import resource
diff --git a/oslo_concurrency/tests/unit/test_processutils.py b/oslo_concurrency/tests/unit/test_processutils.py
index 78009ea..fde6a54 100644
--- a/oslo_concurrency/tests/unit/test_processutils.py
+++ b/oslo_concurrency/tests/unit/test_processutils.py
@@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
-from __future__ import print_function
-
import errno
import io
import logging