Skip to content

Commit b8aec78

Browse files
committed
Minor whitespace fixes.
1 parent 011af0a commit b8aec78

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

github2/pull_requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def create(self, project, base, head, title=None, body=None, issue=None):
7373
"pull request should be attached.")
7474
pull_request_data = [("pull[%s]" % k, v) for k, v in post_data.items()]
7575
return self.get_value(project, post_data=dict(pull_request_data),
76-
filter="pull", datatype=PullRequest)
76+
filter="pull", datatype=PullRequest)
7777

7878
def show(self, project, number):
7979
"""Show a single pull request

github2/repositories.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ def pushable(self):
5858
5959
.. versionadded:: 0.3.0
6060
"""
61-
return self.get_values("pushable", filter="repositories", datatype=Repository)
61+
return self.get_values("pushable", filter="repositories",
62+
datatype=Repository)
6263

6364

6465
def list(self, user=None):

0 commit comments

Comments
 (0)