Skip to content

Commit 712316e

Browse files
committed
lint
1 parent 239b071 commit 712316e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

gql/clients/sync.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ def __init__(self, endpoint, headers=None):
1616
}
1717

1818
def call(self, query,
19-
variables=None,
20-
return_json=False,
21-
on_before_callback: Callable[[Mapping[str, str], Mapping[str, str]], None] = None) -> Union[dict, str]:
19+
variables=None,
20+
return_json=False,
21+
on_before_callback: Callable[[Mapping[str, str], Mapping[str, str]], None] = None) -> Union[dict, str]:
2222

2323
headers = self.__headers.copy()
2424

0 commit comments

Comments
 (0)