Skip to content

Commit d25b2d3

Browse files
committed
fix: lint errors and update from sdk generator
1 parent 5e4c8bd commit d25b2d3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

openfga_sdk/models/write_request_deletes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def on_missing(self, on_missing):
106106
and on_missing not in allowed_values
107107
):
108108
raise ValueError(
109-
f"Invalid value for `on_missing` ({on_missing}), must be one of {allowed_values}"
109+
f"Invalid value for `on_missing` (on_missing), must be one of {allowed_values}"
110110
)
111111

112112
self._on_missing = on_missing

openfga_sdk/models/write_request_writes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def on_duplicate(self, on_duplicate):
106106
and on_duplicate not in allowed_values
107107
):
108108
raise ValueError(
109-
f"Invalid value for `on_duplicate` ({on_duplicate}), must be one of {allowed_values}"
109+
f"Invalid value for `on_duplicate` (on_duplicate), must be one of {allowed_values}"
110110
)
111111

112112
self._on_duplicate = on_duplicate

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)