summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/imagehash/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/imagehash/default.nix')
-rw-r--r--pkgs/development/python-modules/imagehash/default.nix19
1 files changed, 10 insertions, 9 deletions
diff --git a/pkgs/development/python-modules/imagehash/default.nix b/pkgs/development/python-modules/imagehash/default.nix
index 55ce39e8648a..069398ec9aec 100644
--- a/pkgs/development/python-modules/imagehash/default.nix
+++ b/pkgs/development/python-modules/imagehash/default.nix
@@ -1,12 +1,13 @@
-{ lib
-, buildPythonPackage
-, fetchFromGitHub
-, pytestCheckHook
-, numpy
-, six
-, scipy
-, pillow
-, pywavelets
+{
+ lib,
+ buildPythonPackage,
+ fetchFromGitHub,
+ pytestCheckHook,
+ numpy,
+ six,
+ scipy,
+ pillow,
+ pywavelets,
}:
buildPythonPackage rec {