Skip to content

Commit 8c59af4

Browse files
committed
linting + mistaken sed replace on 'where'
1 parent aee0f8c commit 8c59af4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mp_api/client/core/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def _get_database_version(endpoint):
219219
remains unchanged and available for querying via its task_id.
220220
221221
The database version is set as a date in the format YYYY_MM_DD,
222-
predicate "_DD" may be optional. An additional numerical or `postN` suffix
222+
where "_DD" may be optional. An additional numerical or `postN` suffix
223223
might be added if multiple releases happen on the same day.
224224
225225
Returns: database version as a string

mp_api/client/core/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ def validate_monty(cls, v, _):
133133

134134
class MPDataset:
135135
def __init__(self, path, document_model, use_document_model):
136+
"""Convience wrapper for pyarrow datasets stored on disk."""
136137
self._start = 0
137138
self._path = path
138139
self._document_model = document_model

0 commit comments

Comments
 (0)