Commit 06d8f3e3 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.aioeafm: format with nixfmt

parent 4615f4de
Loading
Loading
Loading
Loading
+11 −10
Original line number Diff line number Diff line
{ lib
, aiohttp
, buildPythonPackage
, fetchFromGitHub
, fetchpatch
, poetry-core
, pytest-aiohttp
, pytestCheckHook
, pythonOlder
{
  lib,
  aiohttp,
  buildPythonPackage,
  fetchFromGitHub,
  fetchpatch,
  poetry-core,
  pytest-aiohttp,
  pytestCheckHook,
  pythonOlder,
}:

buildPythonPackage rec {