Skip to content

Commit

Permalink
Add return docstring to ContainersManager.get()
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanunderwood committed Jan 14, 2023
1 parent 3592fba commit e0d7178
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions podman/domain/containers_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ def get(self, key: str) -> Container:
Args:
container_id: Container name or id.
Returns:
A `Container` object corresponding to `key`.
Raises:
NotFound: when Container does not exist
APIError: when an error return by service
Expand Down

0 comments on commit e0d7178

Please sign in to comment.