Remove shebangs from unit tests.

This commit is contained in:
Matt Clay 2017-02-22 18:16:45 -08:00
parent a404745a31
commit a5e3d13adc
14 changed files with 0 additions and 54 deletions

View file

@ -92,6 +92,3 @@ class RetryTestCase(unittest.TestCase):
self.assertEqual(e.response['Error']['Code'], 'AuthFailure')
self.assertEqual(self.counter, 1)
if __name__ == '__main__':
unittest.main()