diff options
author | Fabian Affolter | 2024-04-23 08:14:03 +0200 |
---|---|---|
committer | Fabian Affolter | 2024-04-23 08:14:03 +0200 |
commit | 4945c0d38567ec01f0585c0300dea38d140ae070 (patch) | |
tree | 6c403023e3b8ca0e848f07d5de07c407f55f672b /pkgs/development | |
parent | ccc521756cbd3c8792ab0afeb8a4eb5eda9d2cec (diff) |
python311Packages.pydrawise: format with nixfmt
Diffstat (limited to 'pkgs/development')
-rw-r--r-- | pkgs/development/python-modules/pydrawise/default.nix | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/pkgs/development/python-modules/pydrawise/default.nix b/pkgs/development/python-modules/pydrawise/default.nix index c38c3927478b..18752af1e057 100644 --- a/pkgs/development/python-modules/pydrawise/default.nix +++ b/pkgs/development/python-modules/pydrawise/default.nix @@ -1,18 +1,19 @@ -{ lib -, aiohttp -, aioresponses -, apischema -, buildPythonPackage -, fetchFromGitHub -, freezegun -, gql -, graphql-core -, pytest-asyncio -, pytestCheckHook -, pythonOlder -, requests -, setuptools -, setuptools-scm +{ + lib, + aiohttp, + aioresponses, + apischema, + buildPythonPackage, + fetchFromGitHub, + freezegun, + gql, + graphql-core, + pytest-asyncio, + pytestCheckHook, + pythonOlder, + requests, + setuptools, + setuptools-scm, }: buildPythonPackage rec { @@ -49,9 +50,7 @@ buildPythonPackage rec { pytestCheckHook ]; - pythonImportsCheck = [ - "pydrawise" - ]; + pythonImportsCheck = [ "pydrawise" ]; meta = with lib; { description = "Library for interacting with Hydrawise sprinkler controllers through the GraphQL API"; |