Commit cefc7f02 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.raincloudy: format with nixfmt

parent 595501a3
Loading
Loading
Loading
Loading
+17 −16
Original line number Diff line number Diff line
{ lib
, aiohttp
, aioresponses
, beautifulsoup4
, buildPythonPackage
, fetchFromGitHub
, html5lib
, pytest-asyncio
, pytest-aiohttp
, pytestCheckHook
, pythonOlder
, requests
, requests-mock
, setuptools
, setuptools-scm
, urllib3
{
  lib,
  aiohttp,
  aioresponses,
  beautifulsoup4,
  buildPythonPackage,
  fetchFromGitHub,
  html5lib,
  pytest-asyncio,
  pytest-aiohttp,
  pytestCheckHook,
  pythonOlder,
  requests,
  requests-mock,
  setuptools,
  setuptools-scm,
  urllib3,
}:

buildPythonPackage rec {