python312Packages.crownstone-sse: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-21 13:59:33 +02:00
parent ee6abbad3b
commit f0f3609dd5

View File

@ -1,10 +1,11 @@
{ lib
, aiohttp
, buildPythonPackage
, certifi
, fetchPypi
, pythonOlder
, setuptools
{
lib,
aiohttp,
buildPythonPackage,
certifi,
fetchPypi,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
@ -20,9 +21,7 @@ buildPythonPackage rec {
hash = "sha256-RUqo68UAVGV+JmauKsGlp7dG8FzixHBDnr3eho/IQdY=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
aiohttp
@ -32,9 +31,7 @@ buildPythonPackage rec {
# Tests are only providing coverage
doCheck = false;
pythonImportsCheck = [
"crownstone_sse"
];
pythonImportsCheck = [ "crownstone_sse" ];
meta = with lib; {
description = "Python module for listening to Crownstone SSE events";