Skip to content

Commit 1d5aadb

Browse files
committed
Linter
1 parent 4032ddf commit 1d5aadb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_fga.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,9 @@ def test_query(self, mock_query_response, mock_http_client_with_response):
535535
)
536536
assert response.dict(exclude_none=True) == mock_query_response
537537

538-
def test_query_with_context(self, mock_query_response, mock_http_client_with_response):
538+
def test_query_with_context(
539+
self, mock_query_response, mock_http_client_with_response
540+
):
539541
mock_http_client_with_response(self.http_client, mock_query_response, 200)
540542

541543
response = self.fga.query(

0 commit comments

Comments
 (0)