Skip to content

Commit 05c30f0

Browse files
authored
[Cosmos] PermissionMode import (#34297)
* Update permission.py * Suppress pylint
1 parent 1b76ed3 commit 05c30f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sdk/cosmos/azure-cosmos/azure/cosmos/permission.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"""
2424
from typing import Any, Mapping
2525

26+
# Keeping this import for API backcompat
27+
from .documents import PermissionMode # pylint: disable=unused-import
28+
2629

2730
class Permission:
2831
"""Represents a Permission object in the Azure Cosmos DB SQL API service.

0 commit comments

Comments
 (0)