Reformat legacy project
This commit is contained in:
@@ -49,7 +49,9 @@ class TestChanKeep(TestCase):
|
||||
instances = 1
|
||||
chanlimit = 5
|
||||
max_chans = instances * chanlimit
|
||||
listinfo = self.generate_listinfo(ranges=[[1000, 1, 2], [200, 400, 800], [10, 1000, 2000]])
|
||||
listinfo = self.generate_listinfo(
|
||||
ranges=[[1000, 1, 2], [200, 400, 800], [10, 1000, 2000]]
|
||||
)
|
||||
# listinfo_num = [x[1] for x in listinfo]
|
||||
|
||||
listlength = len(listinfo)
|
||||
|
||||
Reference in New Issue
Block a user