python310Packages.uvicorn: remove unused rec

This commit is contained in:
Sandro Jäckel 2023-07-14 14:09:45 +02:00
parent 91ae0efefd
commit af947b57a8
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -12,10 +12,9 @@
, wsproto
}:
buildPythonPackage rec {
buildPythonPackage {
pname = "uvicorn-tests";
inherit (uvicorn) version;
format = "other";
src = uvicorn.testsout;