Skip to content

Commit

Permalink
Remove unused opts dict
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk authored Aug 7, 2024
1 parent cbff43c commit 9349831
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion snapshot_manager/snapshot_manager/github_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ def create_or_get_todays_github_issue(
repo = self.gh_repo
logging.info("Creating issue for today")

opts = {}
issue = repo.create_issue(title=self.issue_title(), body=self.initial_comment)
self.create_labels_for_strategies(labels=[strategy])
issue.add_to_labels(f"strategy/{strategy}")
Expand Down

0 comments on commit 9349831

Please sign in to comment.