Skip to content

Commit e8d8e00

Browse files
committed
[airos] make isort happier
1 parent 67048e9 commit e8d8e00

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

netjsonconfig/backends/airos/airos.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
from collections import OrderedDict
2+
23
from ..base.backend import BaseBackend
34
from .converters import (Aaa, Bridge, Discovery, Dyndns, Ebtables, Gui, Httpd,
45
Igmpproxy, Iptables, Netconf, Netmode, Ntpclient,
56
Pwdog, Radio, Resolv, Route, Snmp, Sshd, Syslog,
6-
System, Telnetd, Tshaper, Unms, Update, Users,
7-
Vlan, Wireless, Wpasupplicant)
7+
System, Telnetd, Tshaper, Unms, Update, Users, Vlan,
8+
Wireless, Wpasupplicant)
89
from .intermediate import flatten, intermediate_to_list
910
from .renderers import AirOsRenderer
1011
from .schema import schema

netjsonconfig/backends/airos/schema.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from ...schema import schema as default_schema
55
from ...utils import merge_config
66

7+
78
"""
89
This defines a new property in the ``Interface``.
910

0 commit comments

Comments
 (0)