python312Packages.app-model: format with nixfmt

This commit is contained in:
Fabian Affolter
2024-05-09 17:56:21 +02:00
parent 39e85027ab
commit b22ba0ead9
@@ -1,15 +1,16 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, hatch-vcs
, hatchling
, in-n-out
, psygnal
, pydantic
, pydantic-compat
, pytestCheckHook
, pythonOlder
, typing-extensions
{
lib,
buildPythonPackage,
fetchFromGitHub,
hatch-vcs,
hatchling,
in-n-out,
psygnal,
pydantic,
pydantic-compat,
pytestCheckHook,
pythonOlder,
typing-extensions,
}:
buildPythonPackage rec {
@@ -39,13 +40,9 @@ buildPythonPackage rec {
typing-extensions
];
nativeCheckInputs = [
pytestCheckHook
];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [
"app_model"
];
pythonImportsCheck = [ "app_model" ];
meta = with lib; {
description = "Module to implement generic application schema";