python311Packages.piep: format with nixfmt

This commit is contained in:
natsukium 2024-05-21 15:42:58 +09:00
parent 5bd7f13726
commit ea50ab34f6
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -1,9 +1,10 @@
{ lib
, buildPythonPackage
, fetchPypi
, nose
, pygments
, isPy3k
{
lib,
buildPythonPackage,
fetchPypi,
nose,
pygments,
isPy3k,
}:
buildPythonPackage rec {
@ -26,5 +27,4 @@ buildPythonPackage rec {
maintainers = with maintainers; [ timbertson ];
license = licenses.gpl3;
};
}