Skip to content

Commit

Permalink
[airos] renamed renderer for PEP8 compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
edoput committed Jul 20, 2017
1 parent 9dc5418 commit 1065736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netjsonconfig/backends/airos/airos.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Pwdog, Radio, Resolv, Route, Snmp, Sshd, Syslog,
System, Telnetd, Update, Users, Vlan, Wireless,
Wpasupplicant)
from .renderers import AirOS as AirOsRenderer
from .renderers import AirOsRenderer
from .schema import schema


Expand Down
2 changes: 1 addition & 1 deletion netjsonconfig/backends/airos/renderers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from ..base.renderer import BaseRenderer


class AirOS(BaseRenderer):
class AirOsRenderer(BaseRenderer):

def cleanup(self, output):
stripped = [
Expand Down

0 comments on commit 1065736

Please sign in to comment.