protect this crazy line from black

This commit is contained in:
Jean-Paul Calderone 2021-09-23 07:48:19 -04:00
parent f66a8ab136
commit 4b6d00221e

View File

@ -10,8 +10,11 @@ from __future__ import division
from __future__ import unicode_literals
from future.utils import PY2
if PY2:
# fmt: off
from future.builtins import filter, map, zip, ascii, chr, hex, input, next, oct, open, pow, round, super, bytes, dict, list, object, range, str, max, min # noqa: F401
# fmt: on
from prometheus_client.openmetrics import parser