Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Jun 19, 2024
1 parent b8a8576 commit 0725133
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion synapse/_scripts/register_new_matrix_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,15 @@ def main() -> None:
if args.admin or args.no_admin:
admin = args.admin

register_new_user(args.user, password, server_url, secret, admin, args.user_type, exists_ok=args.exists_ok)
register_new_user(
args.user,
password,
server_url,
secret,
admin,
args.user_type,
exists_ok=args.exists_ok,
)


def _read_file(file_path: Any, config_path: str) -> str:
Expand Down

0 comments on commit 0725133

Please sign in to comment.