We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467cacb commit 8228059Copy full SHA for 8228059
docker/models/networks.py
@@ -211,5 +211,5 @@ def list(self, *args, **kwargs):
211
return networks
212
213
def prune(self, filters=None):
214
- self.client.api.prune_networks(filters=filters)
+ return self.client.api.prune_networks(filters=filters)
215
prune.__doc__ = APIClient.prune_networks.__doc__
0 commit comments