about summary refs log tree commit diff
path: root/pkgs/development/python-modules/callee/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/callee/default.nix')
-rw-r--r--pkgs/development/python-modules/callee/default.nix13
1 files changed, 6 insertions, 7 deletions
diff --git a/pkgs/development/python-modules/callee/default.nix b/pkgs/development/python-modules/callee/default.nix
index d7fb37706a594..e20a34f8cd430 100644
--- a/pkgs/development/python-modules/callee/default.nix
+++ b/pkgs/development/python-modules/callee/default.nix
@@ -1,7 +1,8 @@
-{ lib
-, buildPythonPackage
-, fetchFromGitHub
-, pytestCheckHook
+{
+  lib,
+  buildPythonPackage,
+  fetchFromGitHub,
+  pytestCheckHook,
 }:
 
 buildPythonPackage rec {
@@ -16,9 +17,7 @@ buildPythonPackage rec {
     hash = "sha256-dsXMY3bW/70CmTfCuy5KjxPa+NLCzxzWv5e1aV2NEWE=";
   };
 
-  pythonImportsCheck = [
-    "callee"
-  ];
+  pythonImportsCheck = [ "callee" ];
 
   doCheck = false; # missing dependency