Skip to content
This repository was archived by the owner on Sep 1, 2021. It is now read-only.

Commit 797f631

Browse files
author
Brian Stevenson
committed
Remove unused REQUIRED_DOCUMENT_TOP_LEVEL_KEYS
1 parent a0aa62b commit 797f631

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

swiftype_app_search/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
class Client:
88

99
SWIFTYPE_APP_SEARCH_BASE_ENDPOINT = 'api.swiftype.com/api/as/v1'
10-
REQUIRED_DOCUMENT_TOP_LEVEL_KEYS = ['id']
1110
SIGNED_SEARCH_TOKEN_JWT_ALGORITHM = 'HS256'
1211

1312
def __init__(self, account_host_key, api_key,

0 commit comments

Comments
 (0)