summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-string-utils
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/python-string-utils')
-rw-r--r--pkgs/development/python-modules/python-string-utils/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/python-string-utils/default.nix b/pkgs/development/python-modules/python-string-utils/default.nix
index 17619b1b4db7..1e962148703c 100644
--- a/pkgs/development/python-modules/python-string-utils/default.nix
+++ b/pkgs/development/python-modules/python-string-utils/default.nix
@@ -1,6 +1,7 @@
-{ lib
-, buildPythonPackage
-, fetchPypi
+{
+ lib,
+ buildPythonPackage,
+ fetchPypi,
}:
buildPythonPackage rec {
@@ -13,7 +14,7 @@ buildPythonPackage rec {
hash = "sha256-3PkGCwPwdkfApgNAjciwP4B/O1SgXG4Z6xRGAlb6wMs=";
};
- pythonImportsCheck = ["string_utils"];
+ pythonImportsCheck = [ "string_utils" ];
# tests are not available in pypi tarball
doCheck = false;