python310Packages.globus-sdk: remove unused mypy linter

This commit is contained in:
Sandro Jäckel
2023-06-16 08:54:27 +02:00
committed by Gaetan Lepage
parent b2575b31ee
commit 4e582423ec
@@ -2,7 +2,6 @@
, buildPythonPackage
, cryptography
, fetchFromGitHub
, mypy
, pyjwt
, pytestCheckHook
, pythonOlder
@@ -34,7 +33,6 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
mypy
pytestCheckHook
responses
];