Remove trailing comma in argument list
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
49a38f622b
commit
3f081a66ac
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ def remove_user_from_group(user_email: str, bz_group: str):
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
|
||||||
def user_exists(user_email: str,):
|
def user_exists(user_email: str):
|
||||||
""" Returns a boolean specifying if the given user exists in bugzilla or not. """
|
""" Returns a boolean specifying if the given user exists in bugzilla or not. """
|
||||||
|
|
||||||
server = get_bz()
|
server = get_bz()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue