pep8 travis quirks (do not err locally)

This commit is contained in:
Alessandro Pasotti 2017-04-24 18:37:00 +02:00
parent e5969452df
commit ae7ace9873

View File

@ -269,5 +269,6 @@ class TestAuthManager(unittest.TestCase):
setattr(self, args[0] + '_was_called', True)
setattr(self, args[0] + '_args', args)
if __name__ == '__main__':
unittest.main()