python312Packages.aiomultiprocess: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-24 18:04:27 +02:00
parent 8153410c68
commit 1d81f66f1c

View File

@ -1,9 +1,10 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, flit-core
, pytestCheckHook
, pythonOlder
{
lib,
buildPythonPackage,
fetchFromGitHub,
flit-core,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {