summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-ldap-test/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/python-ldap-test/default.nix')
-rw-r--r--pkgs/development/python-modules/python-ldap-test/default.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-ldap-test/default.nix b/pkgs/development/python-modules/python-ldap-test/default.nix
index e88a49f4cc35..5b2f69f4e5e9 100644
--- a/pkgs/development/python-modules/python-ldap-test/default.nix
+++ b/pkgs/development/python-modules/python-ldap-test/default.nix
@@ -1,4 +1,9 @@
-{ lib, buildPythonPackage, fetchPypi, py4j }:
+{
+ lib,
+ buildPythonPackage,
+ fetchPypi,
+ py4j,
+}:
buildPythonPackage rec {
pname = "python-ldap-test";
@@ -26,4 +31,3 @@ buildPythonPackage rec {
maintainers = with maintainers; [ psyanticy ];
};
}
-