Skip to content

Commit

Permalink
delete obsolete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
marusinm committed Jul 11, 2019
1 parent 612b293 commit 311478a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions ogr/abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,13 +366,6 @@ def get_owners(self) -> List[str]:
"""
raise NotImplementedError()

# def who_can_close_issue(self) -> List[str]:
# """
# Get all usernames who have permissions to modify an Issue
# :return: List of usernames
# """
# raise NotImplementedError()

def can_close_issue(self, username: str, issue: Issue) -> bool:
"""
Check if user have permissions to modify an Issue
Expand All @@ -390,13 +383,6 @@ def can_merge_pr(self, username) -> bool:
"""
raise NotImplementedError()

# def who_can_merge_pr(self) -> List[str]:
# """
# Get all usernames who have permissions to modify a PR
# :return: List of usernames
# """
# raise NotImplementedError()

def get_issue_list(self, status: IssueStatus = IssueStatus.open) -> List["Issue"]:
"""
List of issues (dics)
Expand Down

0 comments on commit 311478a

Please sign in to comment.