Skip to content

Commit

Permalink
[airos] make flake happier
Browse files Browse the repository at this point in the history
  • Loading branch information
edoput committed Aug 3, 2017
1 parent 6fbebb6 commit dbd1c55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion netjsonconfig/backends/airos/converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
from ...utils import get_copy
from ..base.converter import BaseConverter
from .aaa import bridge_devname, profile_from_interface, status_from_interface
from .interface import autonegotiation, bridge, bssid, flowcontrol, hidden_ssid, mode, protocol, radio, split_cidr, ssid, stp, vlan, wireless
from .interface import (autonegotiation, bridge, flowcontrol, mode, protocol,
radio, split_cidr, stp, vlan, wireless)
from .radio import radio_available_mode, radio_configuration
from .radius import radius_from_interface
from .schema import default_ntp_servers
Expand Down
1 change: 0 additions & 1 deletion tests/airos/test_radio.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def test_active_radio(self):

self.assertEqualConfig(o.intermediate_data['radio'], expected)


def test_channel_width(self):
"""
TODO: channel brandwidth tested only on 802.11ac
Expand Down

0 comments on commit dbd1c55

Please sign in to comment.