Skip to content

Commit cd30895

Browse files
author
Ritwick DSouza
committed
[raspbian] Fixed isort and flake8 errors
1 parent 2d9508d commit cd30895

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

netjsonconfig/backends/raspbian/raspbian.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import re
2+
23
from . import converters
34
from ..base.backend import BaseBackend
45
from .renderer import Commands, Hostapd, Hostname, Interfaces, Ntp, Resolv

tests/raspbian/test_backend.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from netjsonconfig import Raspbian
66
from netjsonconfig.utils import _TabsMixin
77

8+
89
class TestBackend(unittest.TestCase, _TabsMixin):
910

1011
def test_generate(self):

0 commit comments

Comments
 (0)