python311Packages.hacking: reformat with nixfmt-rfc-style

This commit is contained in:
Anthony ROUSSEL 2024-08-25 12:36:02 +02:00
parent 9c75782a5c
commit 234e598301

View File

@ -1,14 +1,14 @@
{
lib,
buildPythonPackage,
fetchPypi,
pbr,
flake8,
stestr,
ddt,
testscenarios,
setuptools,
fetchPypi,
flake8,
pbr,
pythonOlder,
setuptools,
stestr,
testscenarios,
}:
buildPythonPackage rec {