Remove unused imports in tools and commands

For some non obvious reasons pep8 check doesn't detect these unused imports.

Change-Id: Ie98af5a0fcf4fb8bcd05051de75a84755fbc0b88
This commit is contained in:
Hervé Beraud
2019-11-27 17:04:14 +01:00
parent 74fc4d4e01
commit 2064f3e29f
20 changed files with 0 additions and 42 deletions

View File

@@ -16,8 +16,6 @@
""" """
from __future__ import print_function
import argparse import argparse
import atexit import atexit
import glob import glob

View File

@@ -14,8 +14,6 @@
"""Verify that all data files match the schema.""" """Verify that all data files match the schema."""
from __future__ import print_function
import argparse import argparse
import datetime import datetime
import glob import glob

View File

@@ -12,8 +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 print_function
import argparse import argparse
import atexit import atexit
import shutil import shutil

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 argparse import argparse
import openstack_releases import openstack_releases

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 argparse import argparse
import os.path import os.path

View File

@@ -11,9 +11,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
from __future__ import unicode_literals
import argparse import argparse
import collections import collections
import contextlib import contextlib

View File

@@ -15,8 +15,6 @@
"""Show the changes that will be included in the release. """Show the changes that will be included in the release.
""" """
from __future__ import print_function
import argparse import argparse
import atexit import atexit
import glob import glob

View File

@@ -15,8 +15,6 @@
"""Show the most current versions of everything in a given branch. """Show the most current versions of everything in a given branch.
""" """
from __future__ import print_function
import argparse import argparse
import glob import glob
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 argparse import argparse
import csv import csv
import operator import operator

View File

@@ -18,8 +18,6 @@ when notes are being send from a developer's system.
""" """
from __future__ import print_function
import argparse import argparse
import email import email
import smtplib import smtplib

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 argparse import argparse
import datetime import datetime
import os.path import os.path

View File

@@ -16,8 +16,6 @@
""" """
from __future__ import print_function
import argparse import argparse
import glob import glob
import os import os

View File

@@ -12,8 +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 print_function
import argparse import argparse
import atexit import atexit
import logging import logging

View File

@@ -12,8 +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 print_function
import argparse import argparse
import atexit import atexit
import logging import logging

View File

@@ -12,8 +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 print_function
import argparse import argparse
import atexit import atexit
import glob import glob

View File

@@ -16,8 +16,6 @@
""" """
from __future__ import print_function
import argparse import argparse
import atexit import atexit
import collections import collections

View File

@@ -14,8 +14,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 argparse import argparse
import atexit import atexit
import os.path import os.path

View File

@@ -12,8 +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 print_function
import argparse import argparse
import datetime import datetime

View File

@@ -20,9 +20,6 @@ Use git as the canonical source of version numbers.
""" """
from __future__ import print_function
from __future__ import unicode_literals
from openstack_releases.versionutils import canonical_version from openstack_releases.versionutils import canonical_version
import argparse import argparse

View File

@@ -15,8 +15,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 argparse import argparse
import atexit import atexit
import shutil import shutil