diff options
author | Radostin Stoyanov <rstoyanov1@gmail.com> | 2018-02-23 21:52:50 +0000 |
---|---|---|
committer | Radostin Stoyanov <rstoyanov1@gmail.com> | 2018-03-01 14:24:39 +0000 |
commit | 859ee817eb92572d99b4b9e9cf4f2317db16551a (patch) | |
tree | a7d1c2d02724e6a210b765dfa332047746be63f0 /tests | |
parent | a40f88e24b2dbda5b37e9a80e952c1e3b2b742c0 (diff) | |
download | virt-bootstrap.git-859ee817eb92572d99b4b9e9cf4f2317db16551a.tar.gz virt-bootstrap.git-859ee817eb92572d99b4b9e9cf4f2317db16551a.tar.xz virt-bootstrap.git-859ee817eb92572d99b4b9e9cf4f2317db16551a.zip |
tests: Add empty line at the end of file
Resolves pylint: "W292 no newline at end of file"
Diffstat (limited to 'tests')
-rw-r--r-- | tests/docker_source.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |