python312Packages.dataclasses-json: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-16 09:46:38 +02:00
parent 52a6026be7
commit c96c68836c

View File

@ -1,13 +1,14 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, hypothesis
, marshmallow
, poetry-core
, poetry-dynamic-versioning
, pytestCheckHook
, pythonOlder
, typing-inspect
{
lib,
buildPythonPackage,
fetchFromGitHub,
hypothesis,
marshmallow,
poetry-core,
poetry-dynamic-versioning,
pytestCheckHook,
pythonOlder,
typing-inspect,
}:
buildPythonPackage rec {
@ -51,9 +52,7 @@ buildPythonPackage rec {
"tests/test_annotations.py"
];
pythonImportsCheck = [
"dataclasses_json"
];
pythonImportsCheck = [ "dataclasses_json" ];
meta = with lib; {
description = "Simple API for encoding and decoding dataclasses to and from JSON";