Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul
2020-07-31 08:42:30 +00:00
committed by Gerrit Code Review
6 changed files with 0 additions and 12 deletions

View File

@@ -12,9 +12,6 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
from __future__ import absolute_import
from __future__ import print_function
import argparse import argparse
import datetime import datetime
import os import os

View File

@@ -10,8 +10,6 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
from __future__ import print_function
import os import os
import re import re

View File

@@ -11,7 +11,6 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
from __future__ import absolute_import
import uuid import uuid
import ldap.filter import ldap.filter

View File

@@ -14,8 +14,6 @@
"""Main entry point into the OAuth1 service.""" """Main entry point into the OAuth1 service."""
from __future__ import absolute_import
import uuid import uuid
import oauthlib.common import oauthlib.common

View File

@@ -10,8 +10,6 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
from __future__ import absolute_import
import functools import functools
import sys import sys

View File

@@ -11,8 +11,6 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
from __future__ import absolute_import
import atexit import atexit
import base64 import base64
import contextlib import contextlib