From 234e59830181a43f26ccf95fefb28b2ee04694a9 Mon Sep 17 00:00:00 2001 From: Anthony ROUSSEL Date: Sun, 25 Aug 2024 12:36:02 +0200 Subject: [PATCH] python311Packages.hacking: reformat with nixfmt-rfc-style --- pkgs/development/python-modules/hacking/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/development/python-modules/hacking/default.nix b/pkgs/development/python-modules/hacking/default.nix index 374721f60644..02690ec7b936 100644 --- a/pkgs/development/python-modules/hacking/default.nix +++ b/pkgs/development/python-modules/hacking/default.nix @@ -1,14 +1,14 @@ { lib, buildPythonPackage, - fetchPypi, - pbr, - flake8, - stestr, ddt, - testscenarios, - setuptools, + fetchPypi, + flake8, + pbr, pythonOlder, + setuptools, + stestr, + testscenarios, }: buildPythonPackage rec {