[virt-tools-list] [virt-bootstrap] [PATCH 2/7] tests: Add empty line at the end of file

Radostin Stoyanov rstoyanov1 at gmail.com
Wed Feb 28 00:11:00 UTC 2018


Resolves pylint: "W292 no newline at end of file"
---
 tests/docker_source.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
-- 
2.14.3




More information about the virt-tools-list mailing list