Skip to content

Commit

Permalink
python312Packages.raincloudy: format with nixfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed May 18, 2024
1 parent 595501a commit cefc7f0
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions pkgs/development/python-modules/raincloudy/default.nix
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit cefc7f0

Please sign in to comment.