Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
orenlab committed Jun 22, 2024
1 parent d192a79 commit 9e63f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/adapters/containers_base_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ class ContainerData:
Data class to store container id.
Attributes:
container_id (str): The ID of the container.
container_id (Optional[list]): A list of container ids.
"""
container_id: Optional[list] = None

0 comments on commit 9e63f83

Please sign in to comment.