mirror of
https://github.com/khornberg/octokit.py
synced 2026-05-17 00:06:59 +03:00
Style with black
This commit is contained in:
@@ -166,7 +166,7 @@ class TestClientMethods(object):
|
||||
"Content-Type": "application/json",
|
||||
"accept": "application/vnd.github.v3+json",
|
||||
}
|
||||
data = {'sort': 'updated', 'per_page': 30, 'page': 1}
|
||||
data = {"sort": "updated", "per_page": 30, "page": 1}
|
||||
Octokit().issues.list_comments_for_repo(
|
||||
owner="testUser", repo="testRepo", **data
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user