python312Packages.raincloudy: format with nixfmt

This commit is contained in:
Fabian Affolter
2024-05-18 13:01:55 +02:00
parent 595501a3a1
commit cefc7f029e
@@ -1,19 +1,20 @@
{ 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 {