From 49b9a9f0177c03f411b3d17059ef4ac855681ac7 Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Thu, 7 Mar 2019 10:26:53 +0100 Subject: [PATCH] spacing Co-Authored-By: minrk --- jupyterhub/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jupyterhub/utils.py b/jupyterhub/utils.py index 85912071..6fe295ff 100644 --- a/jupyterhub/utils.py +++ b/jupyterhub/utils.py @@ -620,6 +620,7 @@ def _parse_accept_header(accept): # and re-write media_type to something like application/json so # it can be used usefully when looking up emitters media_type = '{}/{}'.format(typ, extra) + q = 1.0 for part in parts: (key, value) = part.lstrip().split("=", 1)