import whole 'itertools' module rather than just 'chain'
A global constant named 'chain' is defined later in the test module, so 'from itertools import chain' is confusing.
Please register or sign in to comment
A global constant named 'chain' is defined later in the test module, so 'from itertools import chain' is confusing.