Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul
2022-04-29 17:15:15 +00:00
committed by Gerrit Code Review
5 changed files with 0 additions and 10 deletions

View File

@@ -12,8 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import unicode_literals
import testtools
from keystoneclient.contrib.ec2 import utils

View File

@@ -9,8 +9,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 unicode_literals
import uuid
from keystoneauth1 import fixture

View File

@@ -9,8 +9,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 unicode_literals
import uuid
from keystoneauth1 import fixture

View File

@@ -11,8 +11,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from __future__ import unicode_literals
from keystoneauth1 import plugin
from keystoneclient import base

View File

@@ -11,8 +11,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from __future__ import unicode_literals
from keystoneauth1 import plugin
from six.moves.urllib import parse as urlparse