Fix a pep8 error in tempest/tests2skip.py

Fixes this error when running tox -epep8:

  tempest/tests2skip.py:71:1: W391 blank line at end of file

Change-Id: I150bec112f6db7d80cd55f08eb82d92d8e9a74f3
This commit is contained in:
Dan Prince 2014-05-21 15:43:33 -04:00
parent 39f317a738
commit 5d9d4c7a86

View File

@ -68,4 +68,3 @@ if blacklist:
params['blacklist'] = "|".join(blacklist)
print(regex.format(**params))