diff --git a/tests/test_vcs.py b/tests/test_vcs.py index 3bde7e8..a1fd1eb 100644 --- a/tests/test_vcs.py +++ b/tests/test_vcs.py @@ -22,7 +22,7 @@ from fetchcode.vcs.pip._internal.vcs import vcs -def obtain(dest, url): +def obtain(dest, url, verbosity): pass