python3Packages.func-timeout: remove 'with lib;'

This commit is contained in:
Sarah Clark
2025-11-07 08:45:23 -08:00
parent e0be264bb7
commit 27fb6cc349
@@ -20,10 +20,10 @@ buildPythonPackage rec {
pythonImportsCheck = [ "func_timeout" ];
meta = with lib; {
meta = {
description = "Allows you to specify timeouts when calling any existing function. Also provides support for stoppable-threads";
homepage = "https://github.com/kata198/func_timeout";
license = licenses.lgpl3Only;
license = lib.licenses.lgpl3Only;
maintainers = [ ];
};
}