Commit 5f505aa6 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.types-ujson: format with nixfmt

parent 8960ccf9
Loading
Loading
Loading
Loading
+7 −10
Original line number Diff line number Diff line
{ 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";