Skip to content

Commit

Permalink
Merge "[py3] Remove future imports"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Mar 22, 2020
2 parents 9811aa9 + 2255b18 commit 5f26369
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 21 deletions.
2 changes: 0 additions & 2 deletions rally/cli/cliutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.

from __future__ import print_function

import argparse
import inspect
import json
Expand Down
2 changes: 0 additions & 2 deletions rally/cli/commands/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.

from __future__ import print_function

import re

from rally.cli import cliutils
Expand Down
2 changes: 0 additions & 2 deletions rally/cli/commands/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

"""Rally command: deployment"""

from __future__ import print_function

import json
import os
import sys
Expand Down
2 changes: 0 additions & 2 deletions rally/cli/commands/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.

from __future__ import print_function

import json
import os
import prettytable
Expand Down
2 changes: 0 additions & 2 deletions rally/cli/commands/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.

from __future__ import print_function

from rally.cli import cliutils
from rally.common.plugin import plugin
from rally.common import utils
Expand Down
1 change: 0 additions & 1 deletion rally/cli/commands/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

"""Rally command: task"""

from __future__ import print_function
import itertools
import json
import os
Expand Down
2 changes: 0 additions & 2 deletions rally/cli/commands/verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

"""Rally command: verify"""

from __future__ import print_function

import configparser
import datetime as dt
import json
Expand Down
2 changes: 0 additions & 2 deletions rally/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

"""CLI interface for Rally."""

from __future__ import print_function

import sys

from rally.cli import cliutils
Expand Down
2 changes: 0 additions & 2 deletions rally/common/streaming_algorithms.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.

from __future__ import division

import abc
import contextlib
import itertools
Expand Down
2 changes: 0 additions & 2 deletions rally/plugins/task/sla/performance_degradation.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
with contracted values such as maximum error rate or minimum response time.
"""

from __future__ import division

from rally.common import streaming_algorithms
from rally import consts
from rally.task import sla
Expand Down
1 change: 0 additions & 1 deletion tests/ci/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.

from __future__ import print_function
import re
import sys

Expand Down
1 change: 0 additions & 1 deletion tests/unit/common/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.

from __future__ import print_function
import collections
import queue as Queue
import string
Expand Down

0 comments on commit 5f26369

Please sign in to comment.