Skip to content

Commit

Permalink
python312Packages.pylitterbot: format with nixfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Apr 5, 2024
1 parent c6c9355 commit 7c1caa9
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions pkgs/development/python-modules/pylitterbot/default.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{ lib
, aiohttp
, aioresponses
, buildPythonPackage
, fetchFromGitHub
, poetry-core
, poetry-dynamic-versioning
, pyjwt
, pytest-aiohttp
, pytest-freezegun
, pytestCheckHook
, pythonOlder
, deepdiff
{
lib,
aiohttp,
aioresponses,
buildPythonPackage,
fetchFromGitHub,
poetry-core,
poetry-dynamic-versioning,
pyjwt,
pytest-aiohttp,
pytest-freezegun,
pytestCheckHook,
pythonOlder,
deepdiff,
}:

buildPythonPackage rec {
Expand Down Expand Up @@ -45,9 +46,7 @@ buildPythonPackage rec {
pytestCheckHook
];

pythonImportsCheck = [
"pylitterbot"
];
pythonImportsCheck = [ "pylitterbot" ];

meta = with lib; {
description = "Modulefor controlling a Litter-Robot";
Expand Down

0 comments on commit 7c1caa9

Please sign in to comment.