Updated code quality blank line related changes

Reverted test_openclpow.py code quality change
This commit is contained in:
kuldeep.k@cisinlabs.com 2021-08-09 18:37:57 +05:30
parent 0becc5bdeb
commit e1e23374ad
No known key found for this signature in database
GPG Key ID: AF4FB299BF7C7C2A
2 changed files with 1 additions and 1 deletions

View File

@ -55,6 +55,7 @@ class TestAPIShutdown(TestAPIProto):
# getMessageDataByDestinationHash # getMessageDataByDestinationHash
# statusBar # statusBar
class TestAPI(TestAPIProto): class TestAPI(TestAPIProto):
"""Main API test case""" """Main API test case"""
_seed = base64.encodestring( _seed = base64.encodestring(

View File

@ -15,7 +15,6 @@ class TestProcessConfig(TestProcessProto):
"""A test case for keys.dat""" """A test case for keys.dat"""
home = tempfile.mkdtemp() home = tempfile.mkdtemp()
def test_config_defaults(self): def test_config_defaults(self):
"""Test settings in the generated config""" """Test settings in the generated config"""
config = BMConfigParser() config = BMConfigParser()