From 14bc1d4528baf6cfc0cd94fb1fb2dadaac4113ee Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 18:24:00 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/patches.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/patches.py b/src/patches.py index aa2179d..681436b 100644 --- a/src/patches.py +++ b/src/patches.py @@ -190,7 +190,8 @@ class Patches(object): """Get Configurations for a given app. :param app: Name of the application - :return: All Patches , Its version and whether it is experimental + :return: All Patches , Its version and whether it is + experimental """ experiment = False total_patches, recommended_version = self.get(app=app)