Skip to content

Commit 829aa13

Browse files
committed
Add missing parentheses
1 parent 23ed7ab commit 829aa13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ogr/abstract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ def can_merge(self, username: str) -> bool:
922922
Returns:
923923
`True` if user can merge the pull request, `False` otherwise.
924924
"""
925-
raise NotImplementedError
925+
raise NotImplementedError()
926926

927927
def merge(self) -> "PullRequest":
928928
"""

0 commit comments

Comments
 (0)