From 7d97b9330ca13af01e9e889cb6ff8da4dfa49a1f Mon Sep 17 00:00:00 2001 From: checktheroads Date: Mon, 30 Dec 2019 22:59:08 -0700 Subject: [PATCH] docstring cleanup --- hyperglass/__init__.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hyperglass/__init__.py b/hyperglass/__init__.py index fc51df9..e1979c5 100644 --- a/hyperglass/__init__.py +++ b/hyperglass/__init__.py @@ -1,4 +1,5 @@ -""" +"""hyperglass is a modern, customizable network looking glass written in Python 3. + https://github.com/checktheroads/hyperglass The Clear BSD License @@ -35,8 +36,10 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. """ +# Standard Library Imports +import sys + # Third Party Imports -# Stackprinter Configuration import stackprinter import uvloop