From 94b9192c502fc6a6487a23bf078ba86547355eb8 Mon Sep 17 00:00:00 2001 From: Rohan Agarwal <47861399+roaga@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:45:02 -0800 Subject: [PATCH] Update src/seer/automation/autofix/autofix_context.py --- src/seer/automation/autofix/autofix_context.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/seer/automation/autofix/autofix_context.py b/src/seer/automation/autofix/autofix_context.py index 901761734..1ab06ef19 100644 --- a/src/seer/automation/autofix/autofix_context.py +++ b/src/seer/automation/autofix/autofix_context.py @@ -140,7 +140,6 @@ def get_repo_client( Gets a repo client for the current single repo or for a given repo name. If there are more than 1 repos, a repo name must be provided. """ - # Find the repo definition repo: RepoDefinition | None = None if len(self.repos) == 1: repo = self.repos[0]