# -*- coding: utf-8 -*- """HTML code.""" auth_okay_html = """ Blender Benchmark Client

Blender Benchmark Client

Your Blender Benchmark Client is now associated with your Blender ID account.

You can now close this browser window, and return to the Blender Benchmark Client.

""" # noqa: W293 auth_okay_html = auth_okay_html.encode('utf-8')