Style with black

This commit is contained in:
Kyle Hornberg
2020-04-13 16:19:27 -05:00
parent 858d4c0b7f
commit ddacfed1ff
2 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -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
)