python312Packages.crownstone-cloud: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-21 14:07:35 +02:00
parent baeeded2c6
commit a1f4cd3113

View File

@ -1,11 +1,12 @@
{ lib
, aiohttp
, buildPythonPackage
, fetchPypi
, certifi
, pythonOlder
, pytestCheckHook
, setuptools
{
lib,
aiohttp,
buildPythonPackage,
fetchPypi,
certifi,
pythonOlder,
pytestCheckHook,
setuptools,
}:
buildPythonPackage rec {
@ -21,22 +22,16 @@ buildPythonPackage rec {
hash = "sha256-s84pK52uMupxQfdMldV14V3nj+yVku1Vw13CRX4o08U=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
aiohttp
certifi
];
nativeCheckInputs = [
pytestCheckHook
];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [
"crownstone_cloud"
];
pythonImportsCheck = [ "crownstone_cloud" ];
meta = with lib; {
description = "Python module for communicating with Crownstone Cloud and devices";