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:
parent
7b5cffac57
commit
98aa95a757
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue