Skip to content

Commit 0a65e8d

Browse files
committed
Style fix for one line docstring according to flake8
Change-Id: I639819a5b1d8a476cdd8b340b8c339754f471048
1 parent 236e74d commit 0a65e8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functional/tests/compute/v2/test_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
class ServerTests(test.TestCase):
23-
"""Functional tests for server. """
23+
"""Functional tests for server."""
2424

2525
NAME = uuid.uuid4().hex
2626
OTHER_NAME = uuid.uuid4().hex

0 commit comments

Comments
 (0)