Skip to content

Commit bf4ffd4

Browse files
tpellissierclaude
andcommitted
Format code with black
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6e0ad5e commit bf4ffd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PowerPlatform/Dataverse/data/_odata.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636

3737
from ..__version__ import __version__ as _SDK_VERSION
3838

39-
4039
_USER_AGENT = f"DataverseSvcPythonClient:{_SDK_VERSION}"
4140
_GUID_RE = re.compile(r"[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}")
4241
_CALL_SCOPE_CORRELATION_ID: ContextVar[Optional[str]] = ContextVar("_CALL_SCOPE_CORRELATION_ID", default=None)

0 commit comments

Comments
 (0)