python312Packages.heatzypy: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-03 01:29:18 +02:00
parent 18ca45c49b
commit c2ea4283a9

View File

@ -1,11 +1,12 @@
{ lib
, aiohttp
, buildPythonPackage
, fetchFromGitHub
, pytestCheckHook
, pythonOlder
, setuptools
, setuptools-scm
{
lib,
aiohttp,
buildPythonPackage,
fetchFromGitHub,
pytestCheckHook,
pythonOlder,
setuptools,
setuptools-scm,
}:
buildPythonPackage rec {
@ -27,16 +28,12 @@ buildPythonPackage rec {
setuptools-scm
];
dependencies = [
aiohttp
];
dependencies = [ aiohttp ];
# Module has no tests
doCheck = false;
pythonImportsCheck = [
"heatzypy"
];
pythonImportsCheck = [ "heatzypy" ];
meta = with lib; {
description = "Module to interact with Heatzy devices";