summaryrefslogtreecommitdiff
path: root/hacking
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2020-05-13 19:48:35 -0700
committerToshio Kuratomi <a.badger@gmail.com>2020-05-14 09:14:37 -0700
commitefff35a7cd6b6f560ba1576e813b03ac5bd2358e (patch)
tree96c61e77ad93d92331e3782e62a4eb437bba56ac /hacking
parent26704b915b266176224e347299be4ff517f745f9 (diff)
downloadansible-efff35a7cd6b6f560ba1576e813b03ac5bd2358e.tar.gz
Remove unused imports in the porting_guide command plugin
Diffstat (limited to 'hacking')
-rw-r--r--hacking/build_library/build_ansible/command_plugins/porting_guide.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hacking/build_library/build_ansible/command_plugins/porting_guide.py b/hacking/build_library/build_ansible/command_plugins/porting_guide.py
index 5cfd7f9f0e..40097a3f6c 100644
--- a/hacking/build_library/build_ansible/command_plugins/porting_guide.py
+++ b/hacking/build_library/build_ansible/command_plugins/porting_guide.py
@@ -7,10 +7,6 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
-import argparse
-import os.path
-import sys
-
from jinja2 import Environment, DictLoader
# Pylint doesn't understand Python3 namespace modules.