python312Packages.types-ujson: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-16 09:31:54 +02:00
parent 8960ccf991
commit 5f505aa616

View File

@ -1,7 +1,8 @@
{ lib
, buildPythonPackage
, fetchPypi
, setuptools
{
lib,
buildPythonPackage,
fetchPypi,
setuptools,
}:
buildPythonPackage rec {
@ -14,16 +15,12 @@ buildPythonPackage rec {
hash = "sha256-zq5xJ/Da/kr13Q7PmO4T6ddZUe+WO1xam36pLg1x8Nc=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
# Module has no tests
doCheck = false;
pythonImportsCheck = [
"ujson-stubs"
];
pythonImportsCheck = [ "ujson-stubs" ];
meta = with lib; {
description = "Typing stubs for ujson";