1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00

🎨 Fix line length

This commit is contained in:
Matt Love 2019-07-09 15:16:07 -07:00
parent 7b5cffac57
commit 98aa95a757

View file

@ -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