Fix lint.

This commit is contained in:
Florian Bruhin 2015-11-11 22:39:17 +01:00
parent 1f3df64fe4
commit 256352024b

View File

@ -154,7 +154,6 @@ def _get_filename(filename):
return filename return filename
def check(fileobj, perfect_files): def check(fileobj, perfect_files):
"""Main entry point which parses/checks coverage.xml if applicable.""" """Main entry point which parses/checks coverage.xml if applicable."""
if sys.platform != 'linux': if sys.platform != 'linux':