Skip to content
12 changes: 3 additions & 9 deletions src/sap_cloud_sdk/adms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,8 @@
UpdateDocumentTypeInput,
ZipDownloadJobParameters,
)
from sap_cloud_sdk.adms._query_options import (
ConfigQueryOptions,
DocumentQueryOptions,
RelationQueryOptions,
)
from sap_cloud_sdk.adms._token_cache import InMemoryTokenCache, TokenCache
from sap_cloud_sdk.core.odata._query import StructuredQuery


__all__ = [
Expand Down Expand Up @@ -142,10 +138,8 @@
"DocumentType",
"DocumentTypeBusinessObjectTypeMap",
"DocumentTypeText",
# query options
"ConfigQueryOptions",
"DocumentQueryOptions",
"RelationQueryOptions",
# query builder
"StructuredQuery",
# token cache
"TokenCache",
"InMemoryTokenCache",
Expand Down
270 changes: 0 additions & 270 deletions src/sap_cloud_sdk/adms/_async_http.py

This file was deleted.

Loading
Loading