Skip to content

Commit

Permalink
Update src/seer/automation/autofix/autofix_context.py
Browse files Browse the repository at this point in the history
  • Loading branch information
roaga authored Dec 13, 2024
1 parent c662104 commit 94b9192
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/seer/automation/autofix/autofix_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 94b9192

Please sign in to comment.