python312Packages.elkm1-lib: format with nixfmt

This commit is contained in:
Fabian Affolter
2024-05-02 09:19:02 +02:00
parent 10f483d2b9
commit 7e2df24c9f
@@ -1,13 +1,14 @@
{ lib
, async-timeout
, buildPythonPackage
, fetchFromGitHub
, fetchpatch
, poetry-core
, pyserial-asyncio-fast
, pytest-asyncio
, pytestCheckHook
, pythonOlder
{
lib,
async-timeout,
buildPythonPackage,
fetchFromGitHub,
fetchpatch,
poetry-core,
pyserial-asyncio-fast,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
@@ -24,9 +25,7 @@ buildPythonPackage rec {
hash = "sha256-5YdmZO/8HimQ9Ft/K/I6xu0Av2SjUBp3+poBe7aVUpM=";
};
build-system = [
poetry-core
];
build-system = [ poetry-core ];
dependencies = [
async-timeout
@@ -38,9 +37,7 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [
"elkm1_lib"
];
pythonImportsCheck = [ "elkm1_lib" ];
meta = with lib; {
description = "Python module for interacting with ElkM1 alarm/automation panel";