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, lib,
buildPythonPackage, buildPythonPackage,
fetchPypi,
pbr,
flake8,
stestr,
ddt, ddt,
testscenarios, fetchPypi,
setuptools, flake8,
pbr,
pythonOlder, pythonOlder,
setuptools,
stestr,
testscenarios,
}: }:
buildPythonPackage rec { buildPythonPackage rec {