Skip to content

Commit

Permalink
removed unused variable and import
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Feb 13, 2024
1 parent 8311a5d commit ed5500a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/pr_comments.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# Standard library imports
from collections import namedtuple
import re
import sys

# Third party imports (anything installed into the local Python environment)
from pyghee.utils import log
Expand Down Expand Up @@ -63,8 +62,6 @@ def determine_issue_comment(pull_request, pr_comment_id, search_pattern=None):
PyGithub, not the github from the internal connections module)
"""

fn = sys._getframe().f_code.co_name

if pr_comment_id != -1:
return pull_request.get_issue_comment(pr_comment_id)
else:
Expand Down

0 comments on commit ed5500a

Please sign in to comment.