aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
diff options
context:
space:
mode:
authorGravatar pcloudy <pcloudy@google.com>2018-06-13 01:16:47 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-06-13 01:18:56 -0700
commitb2ad4900c81ab767e736a118f755697a8958ed66 (patch)
treeadbbd5d4e1633d418917b30dd4484a49f6939c4e /src/test
parent053bedecdbf046c385b24a22bb708f095bebfd72 (diff)
Fix documentation in bazel_external_repository_test.py
RELNOTES: None. PiperOrigin-RevId: 200351084
Diffstat (limited to 'src/test')
-rw-r--r--src/test/py/bazel/bazel_external_repository_test.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/test/py/bazel/bazel_external_repository_test.py b/src/test/py/bazel/bazel_external_repository_test.py
index 528a0c4ef7..323b7a55a6 100644
--- a/src/test/py/bazel/bazel_external_repository_test.py
+++ b/src/test/py/bazel/bazel_external_repository_test.py
@@ -31,11 +31,7 @@ class BazelExternalRepositoryTest(test_base.TestBase):
_http_server = None
def StartHttpServer(self):
- """Runs a simple http server to serve files under current directory.
-
- Returns:
- ThreadedTCPServer: a reference to the server started.
- """
+ """Runs a simple http server to serve files under current directory."""
# Port 0 means to select an arbitrary unused port
host, port = 'localhost', 0
http_handler = SimpleHTTPServer.SimpleHTTPRequestHandler