python311Packages.hacking: reformat with nixfmt-rfc-style

This commit is contained in:
Anthony ROUSSEL
2024-08-26 19:40:59 +02:00
parent 9c75782a5c
commit 234e598301
@@ -1,14 +1,14 @@
{
lib,
buildPythonPackage,
fetchPypi,
pbr,
flake8,
stestr,
ddt,
testscenarios,
setuptools,
fetchPypi,
flake8,
pbr,
pythonOlder,
setuptools,
stestr,
testscenarios,
}:
buildPythonPackage rec {