diff options
Diffstat (limited to 'pkgs/development/python-modules/zadnegoale/default.nix')
-rw-r--r-- | pkgs/development/python-modules/zadnegoale/default.nix | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/pkgs/development/python-modules/zadnegoale/default.nix b/pkgs/development/python-modules/zadnegoale/default.nix index 64feef272491..b93f86d56950 100644 --- a/pkgs/development/python-modules/zadnegoale/default.nix +++ b/pkgs/development/python-modules/zadnegoale/default.nix @@ -1,14 +1,15 @@ -{ lib -, aiohttp -, aioresponses -, buildPythonPackage -, fetchFromGitHub -, dacite -, orjson -, pytest-asyncio -, pytest-error-for-skips -, pytestCheckHook -, pythonOlder +{ + lib, + aiohttp, + aioresponses, + buildPythonPackage, + fetchFromGitHub, + dacite, + orjson, + pytest-asyncio, + pytest-error-for-skips, + pytestCheckHook, + pythonOlder, }: buildPythonPackage rec { @@ -38,9 +39,7 @@ buildPythonPackage rec { pytestCheckHook ]; - pythonImportsCheck = [ - "zadnegoale" - ]; + pythonImportsCheck = [ "zadnegoale" ]; meta = with lib; { description = "Python wrapper for getting allergen concentration data from Żadnego Ale servers"; |