mirror of https://github.com/docker/compose.git
Remove obsolete method _get_linked_service_names()
Signed-off-by: Chris Corbyn <chris@w3style.co.uk>
This commit is contained in:
parent
3d8ce448b8
commit
ac541e208f
|
@ -353,8 +353,5 @@ class TopLevelCommand(Command):
|
|||
raw=raw,
|
||||
)
|
||||
|
||||
def _get_linked_service_names(self, service):
|
||||
return [s.name for (s, _) in service.links]
|
||||
|
||||
def list_containers(containers):
|
||||
return ", ".join(c.name for c in containers)
|
||||
|
|
Loading…
Reference in New Issue