From 859ee817eb92572d99b4b9e9cf4f2317db16551a Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Fri, 23 Feb 2018 21:52:50 +0000 Subject: tests: Add empty line at the end of file Resolves pylint: "W292 no newline at end of file" --- tests/docker_source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/docker_source.py b/tests/docker_source.py index c8f4e08..a921bb8 100644 --- a/tests/docker_source.py +++ b/tests/docker_source.py @@ -379,4 +379,4 @@ class TestDockerSource(unittest.TestCase): with mock.patch('os.path.getsize') as m_getsize: m_getsize.return_value = None src_instance = self._mock_retrieve_layers_info(manifest, kwargs)[0] - self.assertEqual(src_instance.layers, expected_result) \ No newline at end of file + self.assertEqual(src_instance.layers, expected_result) -- cgit