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

@@ -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