Skip to content

Commit d7101b0

Browse files
Format /backends/openwrt/converters/__init__.py
1 parent 8b7493e commit d7101b0

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

netjsonconfig/backends/openwrt/converters/__init__.py

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,17 @@
1111
from .wireless import Wireless
1212
from .firewall import Firewall
1313

14-
__all__ = ['Default', 'Interfaces', 'General',
15-
'Led', 'Ntp', 'OpenVpn', 'Radios',
16-
'Routes', 'Rules', 'Switch',
17-
'Wireless', 'Firewall']
14+
__all__ = [
15+
"Default",
16+
"Interfaces",
17+
"General",
18+
"Led",
19+
"Ntp",
20+
"OpenVpn",
21+
"Radios",
22+
"Routes",
23+
"Rules",
24+
"Switch",
25+
"Wireless",
26+
"Firewall",
27+
]

0 commit comments

Comments
 (0)