summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2015-03-03 16:34:19 -0500
committerMonty Taylor <mordred@inaugust.com>2015-03-04 10:59:12 -0500
commitdf91dcf111a7aeecad948481fc102bedd3fad05d (patch)
treecd4db7824fade0c0bd0e676f31ee9798db9ec08d
parent6fff9fe2b41656739eca0a47d61e17e12e114f4f (diff)
downloados-client-config-df91dcf111a7aeecad948481fc102bedd3fad05d.tar.gz
Add two newlines to the ends of files
flake8 bites it for me on these locally. Change-Id: I99291c64fafff423aa720da7dba030526ca0cb50
-rw-r--r--os_client_config/tests/base.py2
-rw-r--r--os_client_config/tests/test_os_client_config.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/os_client_config/tests/base.py b/os_client_config/tests/base.py
index 185fd6f..1c30cdb 100644
--- a/os_client_config/tests/base.py
+++ b/os_client_config/tests/base.py
@@ -20,4 +20,4 @@ from oslotest import base
class TestCase(base.BaseTestCase):
- """Test case base class for all unit tests.""" \ No newline at end of file
+ """Test case base class for all unit tests."""
diff --git a/os_client_config/tests/test_os_client_config.py b/os_client_config/tests/test_os_client_config.py
index 9b26ad5..7421b6f 100644
--- a/os_client_config/tests/test_os_client_config.py
+++ b/os_client_config/tests/test_os_client_config.py
@@ -25,4 +25,4 @@ from os_client_config.tests import base
class TestOs_client_config(base.TestCase):
def test_something(self):
- pass \ No newline at end of file
+ pass