Skip to content

Commit cdaf8c5

Browse files
Fix import sort order in backends/openwrt/converters/__init__.py
1 parent d7101b0 commit cdaf8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netjsonconfig/backends/openwrt/converters/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from .default import Default
2+
from .firewall import Firewall
23
from .general import General
34
from .interfaces import Interfaces
45
from .led import Led
@@ -9,7 +10,6 @@
910
from .rules import Rules
1011
from .switch import Switch
1112
from .wireless import Wireless
12-
from .firewall import Firewall
1313

1414
__all__ = [
1515
"Default",

0 commit comments

Comments
 (0)