Fix PEP8 issues
[integration/test.git] / tools / distchanges / distcompare.py
index 87b4b19ca24b2114c862d8729b396fa7166f27e6..c66d3a7d1c001150ac8d9db856ab82479bfaf11c 100644 (file)
@@ -16,7 +16,6 @@ class DistCompare(object):
         # TODO: when autorelease starts publishing the dependencies.log artifact, this function (or the consumer
         # of this tool) can take the latest dependencies.log from jenkins lastSuccessfulArtifacts and put it
         # in /tmp/ For now the functionality to read the projects from that file are commented.
-
         """
         projects = []
         with open("/tmp/dependencies.log") as dep_file: