pythonPackages.pyls-mypy: remove unused input

This commit is contained in:
Sandro Jäckel
2021-02-17 13:44:31 +01:00
parent 7989e3968e
commit bd50a80781

View File

@@ -1,6 +1,6 @@
{ lib, buildPythonPackage, fetchFromGitHub, isPy27
, future, python-language-server, mypy, configparser
, pytestCheckHook, mock, isPy3k, pytestcov, coverage
, pytestCheckHook, mock, pytestcov, coverage
, fetchpatch
}: