Skip to content

Commit fdc7a15

Browse files
author
Ritwick DSouza
committed
[raspbian] Fixed isort warning
1 parent 98c919e commit fdc7a15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netjsonconfig/backends/raspbian/raspbian.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from . import converters
44
from ..base.backend import BaseBackend
5-
from .renderer import (Hostapd, MacAddrList, Hostname, Interfaces, Ntp, Resolv,
5+
from .renderer import (Hostapd, Hostname, Interfaces, MacAddrList, Ntp, Resolv,
66
Scripts, WpaSupplicant)
77
from .schema import schema
88

0 commit comments

Comments
 (0)