Skip to content

Commit d0485a9

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gvm/protocols/gmp/_gmpnext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ def get_agent_group(self, agent_group_id: EntityID) -> T:
188188
def create_agent_group(
189189
self,
190190
name: str,
191-
*,
192191
agent_ids: list[str],
192+
*,
193193
comment: Optional[str] = None,
194194
) -> T:
195195
"""Create a new agent group.

0 commit comments

Comments
 (0)