Minor PEP8 refactoring
This commit is contained in:
parent
affce82b1f
commit
c372a359c8
@ -84,7 +84,6 @@ class UserDataPluginTest(unittest.TestCase):
|
||||
data = mock_GzipFile().__enter__().read.return_value
|
||||
self.assertEqual(data, response)
|
||||
|
||||
|
||||
@mock.patch('email.message_from_string')
|
||||
def test_parse_mime(self, mock_message_from_string):
|
||||
fake_user_data = 'fake data'
|
||||
|
Loading…
x
Reference in New Issue
Block a user