Make Jenkins Job Builder pass pyflakes checks.
One import was not used and another was missing. Change-Id: I2eed26e445e4be1e674df89d29fb5b22dfa9dec4 Reviewed-on: https://review.openstack.org/13163 Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
78c083f590
commit
24b1a19ce9
@ -21,9 +21,9 @@
|
||||
|
||||
import re
|
||||
from sphinx.ext.autodoc import Documenter, FunctionDocumenter
|
||||
from sphinx.domains.python import PyModulelevel
|
||||
from sphinx.domains.python import PyModulelevel, _pseudo_parse_arglist
|
||||
from sphinx import addnodes
|
||||
from sphinx.locale import l_, _
|
||||
from sphinx.locale import _
|
||||
|
||||
yaml_sig_re = re.compile('yaml:\s*(.*)')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user