1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

style improvements

This commit is contained in:
checktheroads
2020-02-03 02:35:11 -07:00
parent 7ff8fa317d
commit edf0803a62
34 changed files with 250 additions and 266 deletions

View File

@ -5,18 +5,17 @@ command for Netmiko library or API call parameters for supported
hyperglass API modules.
"""
# Standard Library Imports
import operator
# Standard Library
import re
import operator
# Third Party Imports
# Third Party
import ujson
# Project Imports
from hyperglass.configuration import commands
from hyperglass.constants import TARGET_FORMAT_SPACE
from hyperglass.constants import TRANSPORT_REST
# Project
from hyperglass.util import log
from hyperglass.constants import TRANSPORT_REST, TARGET_FORMAT_SPACE
from hyperglass.configuration import commands
class Construct: