summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pyramid-exclog/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pyramid-exclog/default.nix')
-rw-r--r--pkgs/development/python-modules/pyramid-exclog/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/pyramid-exclog/default.nix b/pkgs/development/python-modules/pyramid-exclog/default.nix
index b0deb497a56f..3b89ba49594a 100644
--- a/pkgs/development/python-modules/pyramid-exclog/default.nix
+++ b/pkgs/development/python-modules/pyramid-exclog/default.nix
@@ -1,7 +1,8 @@
-{ lib
-, buildPythonPackage
-, fetchPypi
-, pyramid
+{
+ lib,
+ buildPythonPackage,
+ fetchPypi,
+ pyramid,
}:
buildPythonPackage rec {
@@ -25,5 +26,4 @@ buildPythonPackage rec {
license = licenses.bsd0;
maintainers = with maintainers; [ domenkozar ];
};
-
}