Skip to content

Commit f8dc75c

Browse files
Copilotsagebree
andauthored
style: simplify config/context ValueError message
Co-authored-by: sagebree <6541424+sagebree@users.noreply.github.com>
1 parent ea8ada7 commit f8dc75c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PowerPlatform/Dataverse/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def __init__(
105105
) -> None:
106106
if config is not None and context is not None:
107107
raise ValueError(
108-
"Cannot specify both 'config' and 'context'. " "Pass operation_context via DataverseConfig instead."
108+
"Cannot specify both 'config' and 'context'. Pass operation_context via DataverseConfig instead."
109109
)
110110
self.auth = _AuthManager(credential)
111111
self._base_url = (base_url or "").rstrip("/")

0 commit comments

Comments
 (0)