From 6b81e73c4b5dc2a13bd82700149fcdcef79d2976 Mon Sep 17 00:00:00 2001 From: Tim Steinbach Date: Sun, 21 Feb 2021 16:01:57 -0500 Subject: [PATCH] Update pkgs/development/python-modules/sagemaker/default.nix Co-authored-by: Sandro --- pkgs/development/python-modules/sagemaker/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/sagemaker/default.nix b/pkgs/development/python-modules/sagemaker/default.nix index 048e7e1808c..15264df96ec 100644 --- a/pkgs/development/python-modules/sagemaker/default.nix +++ b/pkgs/development/python-modules/sagemaker/default.nix @@ -26,8 +26,7 @@ buildPythonPackage rec { ]; meta = with lib; { - description = - "Library for training and deploying machine learning models on Amazon SageMaker"; + description = "Library for training and deploying machine learning models on Amazon SageMaker"; homepage = "https://github.com/aws/sagemaker-python-sdk/"; license = licenses.asl20; maintainers = with maintainers; [ nequissimus ];