summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/asgineer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/asgineer/default.nix')
-rw-r--r--pkgs/development/python-modules/asgineer/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/development/python-modules/asgineer/default.nix b/pkgs/development/python-modules/asgineer/default.nix
index c1fae6959a69..b9b856fe4e1b 100644
--- a/pkgs/development/python-modules/asgineer/default.nix
+++ b/pkgs/development/python-modules/asgineer/default.nix
@@ -1,8 +1,9 @@
-{ lib
-, buildPythonPackage
-, fetchFromGitHub
-, pytestCheckHook
-, requests
+{
+ lib,
+ buildPythonPackage,
+ fetchFromGitHub,
+ pytestCheckHook,
+ requests,
}:
buildPythonPackage rec {
@@ -30,4 +31,3 @@ buildPythonPackage rec {
maintainers = [ maintainers.matthiasbeyer ];
};
}
-