diff --git a/pkgs/development/python-modules/borb/default.nix b/pkgs/development/python-modules/borb/default.nix index 75f69cf4ee79..111671d8699d 100644 --- a/pkgs/development/python-modules/borb/default.nix +++ b/pkgs/development/python-modules/borb/default.nix @@ -61,7 +61,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "borb.pdf" ]; disabledTests = [ - "test_code_files_are_small " + "test_code_files_are_small" "test_image_has_pdfobject_methods" ];