pyls-black: reformat with nixpkgs-fmt

This commit is contained in:
Jörg Thalheim 2021-06-05 09:59:46 +02:00
parent 7f48484135
commit 9f33e6417b
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4

View File

@ -1,5 +1,11 @@
{ lib, buildPythonPackage, fetchFromGitHub
, black, toml, pytestCheckHook, python-language-server, isPy3k
{ lib
, buildPythonPackage
, fetchFromGitHub
, black
, toml
, pytestCheckHook
, python-language-server
, isPy3k
}:
buildPythonPackage rec {