Merge "Remove unused imports in tools and commands"

This commit is contained in:
Zuul 2019-11-29 10:15:09 +00:00 committed by Gerrit Code Review
commit 85d31a4389
19 changed files with 0 additions and 40 deletions

View File

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

View File

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

View File

@ -12,8 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
import argparse
import atexit
import shutil

View File

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

View File

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

View File

@ -11,9 +11,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
from __future__ import unicode_literals
import argparse
import collections
import contextlib

View File

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

View File

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

View File

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

View File

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

View File

@ -12,8 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
import argparse
import atexit
import logging

View File

@ -12,8 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
import argparse
import atexit
import glob

View File

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

View File

@ -14,8 +14,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
import argparse
import atexit
import os.path

View File

@ -12,8 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
import argparse
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
import argparse

View File

@ -15,8 +15,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
import argparse
import atexit
import shutil