mirror of
https://github.com/espressif/openthread.git
synced 2026-08-12 05:37:46 +00:00
[style] apply google python style guide (#4501)
This commit applies and enforces Google's python style for tests.
This commit is contained in:
@@ -37,6 +37,7 @@ ROUTER = 2
|
||||
|
||||
|
||||
class Test_MacScan(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
self.nodes = {}
|
||||
for i in range(1, 3):
|
||||
|
||||
Reference in New Issue
Block a user