Skip to content

Commit bb7a211

Browse files
ozgenbjoernricks
andauthored
Update gvm/protocols/gmp/requests/next/_agent_groups.py
Co-authored-by: Björn Ricks <bjoern.ricks@greenbone.net>
1 parent 83f8e39 commit bb7a211

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gvm/protocols/gmp/requests/next/_agent_groups.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ class AgentGroups:
1616
def create_agent_group(
1717
cls,
1818
name: str,
19-
*,
2019
agent_ids: list[str],
20+
*,
2121
comment: Optional[str] = None,
2222
) -> Request:
2323
"""Create a new agent group.

0 commit comments

Comments
 (0)