Fix flake8 issue.

This patch is related to https://github.com/StevenBlack/hosts/issues/729
This commit is contained in:
funilrys 2018-07-26 22:19:31 +02:00 committed by Steven Black
parent eb37488a16
commit edb4f57da4
No known key found for this signature in database
GPG Key ID: 8B814B914974E6AF

View File

@ -33,6 +33,7 @@ from updateHostsFile import (Colors, colorize, display_exclusion_options,
unicode = str
# Test Helper Objects
class Base(unittest.TestCase):