[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2023-06-12 18:24:00 +00:00
parent 62846ed8e8
commit 14bc1d4528
+2 -1
View File
@@ -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)