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
commit bcc751b3a2
6 changed files with 0 additions and 12 deletions

View File

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

View File

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

View File

@ -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 absolute_import
import uuid
import ldap.filter

View File

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

View File

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

View File

@ -11,8 +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 absolute_import
import atexit
import base64
import contextlib