From b73e31ae4b07e6b8cf0f02580ccbbbe805d8dd9c Mon Sep 17 00:00:00 2001 From: checktheroads Date: Mon, 17 Jun 2019 01:03:51 -0700 Subject: [PATCH] intentionally misformatting docstring to verify black is working in CI --- hyperglass/hyperglass.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyperglass/hyperglass.py b/hyperglass/hyperglass.py index 778c1f8..c02195c 100644 --- a/hyperglass/hyperglass.py +++ b/hyperglass/hyperglass.py @@ -1,7 +1,7 @@ # https://github.com/checktheroads/hyperglass -""" +''' Main Hyperglass Front End -""" +''' # Standard Imports import json import logging