Remove unused imports in the porting_guide command plugin
This commit is contained in:
parent
26704b915b
commit
efff35a7cd
1 changed files with 0 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue