From f9c9787251285d77703ba39802f74d0c90a16d59 Mon Sep 17 00:00:00 2001 From: twangboy Date: Thu, 29 Aug 2024 09:14:40 -0600 Subject: [PATCH] Fix pre-commit --- changelog/66835.fixed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/66835.fixed.md b/changelog/66835.fixed.md index 07420788c5f..33d932b7fdf 100644 --- a/changelog/66835.fixed.md +++ b/changelog/66835.fixed.md @@ -1,2 +1,2 @@ Removed ``salt.utils.data.decode`` usage from the fileserver. This function was -necessary to support Python 2. This speeds up loading the list cache by 80-90x. \ No newline at end of file +necessary to support Python 2. This speeds up loading the list cache by 80-90x.