Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 4c83f82

Browse files
author
Mangled Deutz
committed
Remove non-sensical blindly copy-pasted comment
Docker-DCO-1.1-Signed-off-by: Mangled Deutz <[email protected]> (github: dmp42)
1 parent c782903 commit 4c83f82

File tree

1 file changed

+0
-13
lines changed
  • depends/docker-registry-core/docker_registry/core

1 file changed

+0
-13
lines changed

depends/docker-registry-core/docker_registry/core/driver.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -217,19 +217,6 @@ def get_size(self, path):
217217

218218

219219
def fetch(name):
220-
"""The only public method you should access if you are not implementing
221-
your own driver. - use this to get a backend
222-
instance to which you can delegate actual requests.
223-
224-
:param host: host name
225-
:type host: unicode
226-
:param port: port number
227-
:type port: int
228-
:param basepath: base path (will be prepended to actual requests)
229-
:type basepath: unicode
230-
:returns: a docker connection instance usable for the requested scheme
231-
:rtype: DockerConnection
232-
"""
233220
try:
234221
# XXX The noqa below is because of hacking being non-sensical on this
235222
module = __import__('docker_registry.drivers.%s' % name, globals(),

0 commit comments

Comments
 (0)