summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/homepluscontrol/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/homepluscontrol/default.nix')
-rw-r--r--pkgs/development/python-modules/homepluscontrol/default.nix19
1 files changed, 10 insertions, 9 deletions
diff --git a/pkgs/development/python-modules/homepluscontrol/default.nix b/pkgs/development/python-modules/homepluscontrol/default.nix
index 1e33118b191e..7af19f73f6fe 100644
--- a/pkgs/development/python-modules/homepluscontrol/default.nix
+++ b/pkgs/development/python-modules/homepluscontrol/default.nix
@@ -1,12 +1,13 @@
-{ lib
-, aiohttp
-, aioresponses
-, buildPythonPackage
-, fetchFromGitHub
-, pyjwt
-, pytestCheckHook
-, pythonOlder
-, yarl
+{
+ lib,
+ aiohttp,
+ aioresponses,
+ buildPythonPackage,
+ fetchFromGitHub,
+ pyjwt,
+ pytestCheckHook,
+ pythonOlder,
+ yarl,
}:
buildPythonPackage rec {