@@ -53,7 +53,7 @@ def __init__(
5353 self ,
5454 connection : GvmConnection ,
5555 * ,
56- transform : Optional [Callable [[str ], Any ]] = None
56+ transform : Optional [Callable [[str ], Any ]] = None ,
5757 ):
5858 super ().__init__ (connection , transform = transform )
5959
@@ -68,7 +68,7 @@ def create_agent(
6868 * ,
6969 comment : Optional [str ] = None ,
7070 howto_install : Optional [str ] = None ,
71- howto_use : Optional [str ] = None
71+ howto_use : Optional [str ] = None ,
7272 ) -> None :
7373 # pylint: disable=unused-argument
7474 deprecation (
@@ -94,7 +94,7 @@ def modify_agent(
9494 agent_id : str ,
9595 * ,
9696 name : Optional [str ] = None ,
97- comment : Optional [str ] = None
97+ comment : Optional [str ] = None ,
9898 ) -> None :
9999 # pylint: disable=unused-argument
100100 deprecation (
@@ -147,7 +147,7 @@ def get_info_list(
147147 filter : Optional [str ] = None ,
148148 filter_id : Optional [str ] = None ,
149149 name : Optional [str ] = None ,
150- details : Optional [bool ] = None
150+ details : Optional [bool ] = None ,
151151 ) -> Any :
152152 """Request a list of security information
153153
@@ -244,7 +244,7 @@ def create_target(
244244 reverse_lookup_only : Optional [bool ] = None ,
245245 reverse_lookup_unify : Optional [bool ] = None ,
246246 port_range : Optional [str ] = None ,
247- port_list_id : Optional [str ] = None
247+ port_list_id : Optional [str ] = None ,
248248 ) -> Any :
249249 """Create a new target
250250
0 commit comments