Skip to content

Commit dbdeb12

Browse files
arorashivam96claude
andcommitted
style: fix black formatting in _odata.py
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 07e3eb2 commit dbdeb12

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/PowerPlatform/Dataverse/data/_odata.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,7 @@ def __init__(
208208
)
209209
ctx = self.config.operation_context
210210
if ctx and any(c in ctx for c in "\r\n\x00"):
211-
raise ValueError(
212-
"operation_context must not contain CR, LF, or NUL characters."
213-
)
211+
raise ValueError("operation_context must not contain CR, LF, or NUL characters.")
214212
self._operation_context = ctx
215213
self._logical_to_entityset_cache: dict[str, str] = {}
216214
# Cache: normalized table_schema_name (lowercase) -> primary id attribute (e.g. accountid)

0 commit comments

Comments
 (0)