diff --git a/test/__init__.py b/test/__init__.py index 53db34a..9bf8b07 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -1,4 +1,8 @@ -import unittest, json, decimal, os +import decimal +import json +import os +import unittest + from smtpapi import SMTPAPIHeader @@ -108,6 +112,5 @@ def test_repository_files_exists(self): else: self.assertTrue(os.path.exists(file_path), msg=self.file_not_found_message.format(file_path)) - if __name__ == '__main__': unittest.main()