• Marius Gedminas's avatar
    Remove unnecessary imports · c85c4a9c
    Marius Gedminas authored
    `zip` is not used anywhere in this file (this is python-modernize/issue#6).
    
    The builtin `map` works fine on both Python 2.x and 3.x, the way we use
    it here, so there's no need to import it from `six`.
    c85c4a9c
InvalidationTests.py 16.4 KB