From 98aa95a757cf64f2a6fd6341235b426504b62464 Mon Sep 17 00:00:00 2001 From: Matt Love Date: Tue, 9 Jul 2019 15:16:07 -0700 Subject: [PATCH] :art: Fix line length --- hyperglass/command/execute.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hyperglass/command/execute.py b/hyperglass/command/execute.py index 5be7107..3f18764 100644 --- a/hyperglass/command/execute.py +++ b/hyperglass/command/execute.py @@ -38,7 +38,8 @@ class Rest: """Executes connections to REST API devices""" # pylint: disable=too-few-public-methods - # Dear PyLint, sometimes, people need to make their code scalable for future use. <3, -ML + # Dear PyLint, sometimes, people need to make their code scalable + # for future use. <3, -ML def __init__(self, transport, device, query_type, target): self.transport = transport