Commit c96c6883 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.dataclasses-json: format with nixfmt

parent 52a6026b
Loading
Loading
Loading
Loading
+12 −13
Original line number Diff line number Diff line
{ 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";