Skip to content

Commit 0b207ba

Browse files
Update job_executor/adapter/fs/datastore_files.py
Co-authored-by: pawbu <pawbu@users.noreply.github.com>
1 parent 2473557 commit 0b207ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

job_executor/adapter/fs/datastore_files.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ def write_draft_version(self, draft_version: DraftVersion) -> None:
116116

117117
def get_datastore_versions(self) -> DatastoreVersions:
118118
"""
119-
Returns the contents of the datastore versions json file as dict.
119+
Returns the contents of the datastore versions json file as
120+
DatastoreVersions object.
120121
"""
121122
file_path = self.datastore_versions_path
122123
with open(file_path, "r") as f:

0 commit comments

Comments
 (0)