Skip to content

Commit

Permalink
[Cosmos] PermissionMode import (Azure#34297)
Browse files Browse the repository at this point in the history
* Update permission.py

* Suppress pylint
  • Loading branch information
annatisch authored Feb 13, 2024
1 parent 1b76ed3 commit 05c30f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdk/cosmos/azure-cosmos/azure/cosmos/permission.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"""
from typing import Any, Mapping

# Keeping this import for API backcompat
from .documents import PermissionMode # pylint: disable=unused-import


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

0 comments on commit 05c30f0

Please sign in to comment.