python311Packages.pylsp-rope: minor cosmetic change

This commit is contained in:
Gaetan Lepage 2024-07-19 13:35:08 +02:00
parent 536541be20
commit ff75c1337c

View File

@ -4,6 +4,7 @@
pythonOlder,
fetchFromGitHub,
# dependencies
rope,
python-lsp-server,
@ -25,7 +26,7 @@ buildPythonPackage rec {
hash = "sha256-Mr+mWRvOXoy7+SosMae80o0V1jBMn1dEoGmaR/BGHrc=";
};
propagatedBuildInputs = [
dependencies = [
rope
python-lsp-server
];