about summary refs log tree commit diff
path: root/pkgs/development/python-modules/typical/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/typical/default.nix')
-rw-r--r--pkgs/development/python-modules/typical/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/typical/default.nix b/pkgs/development/python-modules/typical/default.nix
index 5cbdce7c6252d..67d55e64243e5 100644
--- a/pkgs/development/python-modules/typical/default.nix
+++ b/pkgs/development/python-modules/typical/default.nix
@@ -4,7 +4,6 @@
 , fetchFromGitHub
 , future-typing
 , inflection
-, mypy
 , orjson
 , pandas
 , pendulum
@@ -45,7 +44,6 @@ buildPythonPackage rec {
 
   nativeCheckInputs = [
     pytestCheckHook
-    mypy
     pydantic
     sqlalchemy
     pandas