python311Packages.types-awscrt: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-17 08:53:17 +02:00
parent 751025a3d0
commit 5c2437c53d
1 changed files with 8 additions and 11 deletions

View File

@ -1,8 +1,9 @@
{ lib
, buildPythonPackage
, fetchPypi
, poetry-core
, pythonOlder
{
lib,
buildPythonPackage,
fetchPypi,
poetry-core,
pythonOlder,
}:
buildPythonPackage rec {
@ -18,13 +19,9 @@ buildPythonPackage rec {
hash = "sha256-ZImKL0okaPZiM8uMKcX2bekHz4C6HvW7E1mu8vgbtSE=";
};
build-system = [
poetry-core
];
build-system = [ poetry-core ];
pythonImportsCheck = [
"awscrt-stubs"
];
pythonImportsCheck = [ "awscrt-stubs" ];
meta = with lib; {
description = "Type annotations and code completion for awscrt";