Skip to content

Commit 8b6fa84

Browse files
Update src/PowerPlatform/Dataverse/client.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3f9473e commit 8b6fa84

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/PowerPlatform/Dataverse/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,6 @@ def flush_cache(self, kind) -> int:
697697
"""
698698
with self._scoped_odata() as od:
699699
return od._flush_cache(kind)
700-
701700
# Other utilities
702701
@contextmanager
703702
def correlation_scope(self, correlation_id: str) -> Iterator["DataverseClient"]:

0 commit comments

Comments
 (0)