From 59b1aef59071cae6e87859dc65de973d2cc595c0 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 22 May 2024 16:01:06 +0200 Subject: python3Packages: format with nixfmt --- pkgs/development/python-modules/python-string-utils/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'pkgs/development/python-modules/python-string-utils') diff --git a/pkgs/development/python-modules/python-string-utils/default.nix b/pkgs/development/python-modules/python-string-utils/default.nix index 17619b1b4db7..1e962148703c 100644 --- a/pkgs/development/python-modules/python-string-utils/default.nix +++ b/pkgs/development/python-modules/python-string-utils/default.nix @@ -1,6 +1,7 @@ -{ lib -, buildPythonPackage -, fetchPypi +{ + lib, + buildPythonPackage, + fetchPypi, }: buildPythonPackage rec { @@ -13,7 +14,7 @@ buildPythonPackage rec { hash = "sha256-3PkGCwPwdkfApgNAjciwP4B/O1SgXG4Z6xRGAlb6wMs="; }; - pythonImportsCheck = ["string_utils"]; + pythonImportsCheck = [ "string_utils" ]; # tests are not available in pypi tarball doCheck = false; -- cgit v1.2.3