Skip to content

Commit 94d0348

Browse files
Update src/PowerPlatform/Dataverse/data/_odata.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 061e0bb commit 94d0348

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/PowerPlatform/Dataverse/data/_odata.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,6 @@ def _wait_for_attribute_visibility(
908908
it becomes queryable in the data API. This method polls the entity set with
909909
the attribute in the $select clause until it succeeds or all delays are exhausted.
910910
"""
911-
import time
912911

913912
probe_url = f"{self.api}/{entity_set}?$top=1&$select={attribute_logical_name}"
914913
for delay in delays:

0 commit comments

Comments
 (0)