Skip to content

Commit

Permalink
Update issue_metrics.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Advik-B committed Jun 14, 2023
1 parent f7c9a78 commit 5de46e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions issue_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
from typing import List

import github3
from dotenv import load_dotenv


# IssueWithMetrics is a type alias for a GitHub issue with metrics attached.
IssueWithMetrics = github3.issues.Issue
from github3.issues.issue import Issue as IssueWithMetrics
from dotenv import load_dotenv



def search_issues(
Expand Down

0 comments on commit 5de46e3

Please sign in to comment.