Skip to content

Commit fab7c11

Browse files
committed
RDBC-809 Method get_compare_exchange_values can't require object_type, set as optional
1 parent 4b61103 commit fab7c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ravendb/documents/session/document_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ def lazily(self) -> LazySessionOperations:
725725
return self._session._lazily
726726

727727
def graph_query(self, object_type: type, query: str): # -> GraphDocumentQuery:
728-
pass
728+
raise NotImplementedError("Dropped support for graph queries")
729729

730730
def what_changed(self) -> Dict[str, List[DocumentsChanges]]:
731731
return self._session._what_changed()

0 commit comments

Comments
 (0)