Remove trailing comma in argument list

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2020-07-10 17:45:45 +02:00
parent 49a38f622b
commit 3f081a66ac

View file

@ -80,7 +80,7 @@ def remove_user_from_group(user_email: str, bz_group: str):
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. """
server = get_bz()