X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fspecification_parser.py;h=f99c7515fb6fb97a07e38dff83b5bda5b238e2b0;hb=refs%2Fchanges%2F37%2F23737%2F4;hp=16c69ce18c05e1d4232ed4a1b6e72e81cee5c752;hpb=627cddca1d64edb8475407a1524efb2a22249a25;p=csit.git diff --git a/resources/tools/presentation/specification_parser.py b/resources/tools/presentation/specification_parser.py index 16c69ce18c..f99c7515fb 100644 --- a/resources/tools/presentation/specification_parser.py +++ b/resources/tools/presentation/specification_parser.py @@ -22,8 +22,8 @@ from yaml import load, YAMLError from pprint import pformat from errors import PresentationError -from utils import get_last_successful_build_number -from utils import get_last_completed_build_number +from utils import ( + get_last_successful_build_number, get_last_completed_build_number) class Specification: