Remvoed footer macros, regen tests, all still pass (#3430)

[no important files changed]
This commit is contained in:
Angeleah
2023-07-14 11:44:32 -07:00
committed by GitHub
parent 37feda4d82
commit bdc5fe9986
10 changed files with 1 additions and 32 deletions

View File

@@ -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()