From 84fc11479abe29fa10d9929cf60e971a7482b9ac Mon Sep 17 00:00:00 2001 From: Jennifer Power Date: Mon, 6 Nov 2023 21:00:00 -0500 Subject: [PATCH] chore: fixes formatting in bot.py Signed-off-by: Jennifer Power --- trestlebot/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trestlebot/bot.py b/trestlebot/bot.py index c7a4285b..97515fc7 100644 --- a/trestlebot/bot.py +++ b/trestlebot/bot.py @@ -168,7 +168,7 @@ def run( ) -> Tuple[str, int]: """ Run Trestle Bot and returns commit and pull request information. - + Args: patterns: List of file patterns for `git add` git_provider: Optional configured git provider for interacting with the API