Skip to content

Commit

Permalink
[qa] Fixed flake8 & isort warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jul 18, 2017
1 parent 3e5fad7 commit 9dc5418
Show file tree
Hide file tree
Showing 17 changed files with 99 additions and 214 deletions.
12 changes: 7 additions & 5 deletions netjsonconfig/backends/airos/airos.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
from six import string_types
from six.moves import reduce

from .converters import Aaa, Bridge, Discovery, Dyndns, Ebtables, Gui, \
Httpd, Igmpproxy, Iptables, Netconf, Netmode, Ntpclient, \
Pwdog, Radio, Resolv, Route, Snmp, Sshd, Syslog, System, \
Telnetd, Update, Users, Vlan, Wireless, Wpasupplicant
from .renderers import AirOS as AirOsRenderer
from ..base.backend import BaseBackend
from .converters import (Aaa, Bridge, Discovery, Dyndns, Ebtables, Gui, Httpd,
Igmpproxy, Iptables, Netconf, Netmode, Ntpclient,
Pwdog, Radio, Resolv, Route, Snmp, Sshd, Syslog,
System, Telnetd, Update, Users, Vlan, Wireless,
Wpasupplicant)
from .renderers import AirOS as AirOsRenderer
from .schema import schema


Expand Down
Loading

0 comments on commit 9dc5418

Please sign in to comment.