summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/json-tricks/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/json-tricks/default.nix')
-rw-r--r--pkgs/development/python-modules/json-tricks/default.nix21
1 files changed, 10 insertions, 11 deletions
diff --git a/pkgs/development/python-modules/json-tricks/default.nix b/pkgs/development/python-modules/json-tricks/default.nix
index 1576cd141d4e..f7345149bfc3 100644
--- a/pkgs/development/python-modules/json-tricks/default.nix
+++ b/pkgs/development/python-modules/json-tricks/default.nix
@@ -1,11 +1,12 @@
-{ lib
-, fetchFromGitHub
-, buildPythonPackage
-, pythonOlder
-, pytest7CheckHook
-, numpy
-, pandas
-, pytz
+{
+ lib,
+ fetchFromGitHub,
+ buildPythonPackage,
+ pythonOlder,
+ pytest7CheckHook,
+ numpy,
+ pandas,
+ pytz,
}:
buildPythonPackage rec {
@@ -29,9 +30,7 @@ buildPythonPackage rec {
pytest7CheckHook
];
- pythonImportsCheck = [
- "json_tricks"
- ];
+ pythonImportsCheck = [ "json_tricks" ];
meta = with lib; {
description = "Extra features for Python JSON handling";