Skip to content

Commit 27a81d6

Browse files
authored
Black Formatting Fixes
1 parent 8445229 commit 27a81d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python_graphql_client/graphql_client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ def execute(
4747
)
4848

4949
result = requests.post(
50-
self.endpoint, json=request_body, headers=self.__request_headers(headers),
50+
self.endpoint,
51+
json=request_body,
52+
headers=self.__request_headers(headers),
5153
)
5254

5355
result.raise_for_status()

0 commit comments

Comments
 (0)