Style fix for one line docstring according to flake8

Change-Id: I639819a5b1d8a476cdd8b340b8c339754f471048
This commit is contained in:
Kyrylo Romanenko 2016-03-21 18:32:44 +02:00
parent 236e74d46f
commit 0a65e8df70

@ -20,7 +20,7 @@ from functional.common import test
class ServerTests(test.TestCase):
"""Functional tests for server. """
"""Functional tests for server."""
NAME = uuid.uuid4().hex
OTHER_NAME = uuid.uuid4().hex