1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

[commands/cache] fix linting error.

This commit is contained in:
Ellen Marie Dash 2019-10-10 04:30:08 -04:00
parent 9563dfb526
commit 6fb1ee7a3d

View file

@ -75,8 +75,8 @@ def test_cache_remove(script, monkeypatch):
def test_cache_remove_too_many_args(script, monkeypatch):
result = script.pip('cache', 'remove', 'aaa', 'bbb',
expect_error=True)
script.pip('cache', 'remove', 'aaa', 'bbb',
expect_error=True)
def test_cache_purge(script, monkeypatch):