Skip to content

Commit 94f6d8a

Browse files
committed
missing import
1 parent a7d68ce commit 94f6d8a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/PowerPlatform/Dataverse/data/_odata.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
from urllib.parse import quote as _url_quote
2020

2121
from ..core._http import _HttpClient
22+
from ..common.constants import CASCADE_BEHAVIOR_REMOVE_LINK
2223
from ._upload import _FileUploadMixin
2324
from ._relationships import _RelationshipOperationsMixin
2425
from ..core.errors import *

0 commit comments

Comments
 (0)