Remvoed footer macros, regen tests, all still pass (#3430)
[no important files changed]
This commit is contained in:
@@ -66,7 +66,3 @@ class FlattenArrayTest(unittest.TestCase):
|
||||
inputs = [None, [[[None]]], None, None, [[None, None], None], None]
|
||||
expected = []
|
||||
self.assertEqual(flatten(inputs), expected)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user