Skip to content

Commit ad44a93

Browse files
committed
fix: linting by ignoring
- will reassess later Signed-off-by: jmeridth <[email protected]>
1 parent 8c81f51 commit ad44a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

issue_metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def get_per_issue_metrics(
182182
# Check if issue is actually a pull request
183183
pull_request, ready_for_review_at = None, None
184184
if issue.issue.pull_request_urls: # type: ignore
185-
pull_request = issue.issue.pull_request()
185+
pull_request = issue.issue.pull_request() # type: ignore
186186
ready_for_review_at = get_time_to_ready_for_review(issue, pull_request)
187187

188188
issue_with_metrics.time_to_first_response = measure_time_to_first_response(

0 commit comments

Comments
 (0)