Remove unused imports in the porting_guide command plugin

This commit is contained in:
Toshio Kuratomi 2020-05-13 19:48:35 -07:00
parent 26704b915b
commit efff35a7cd

View file

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