Skip to content

Commit 2e30290

Browse files
committed
fix: apply coderabbit suggestion
1 parent 02678ea commit 2e30290

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openfga_sdk/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
SDK_VERSION: Final[str] = "0.10.3" # x-release-please-version
1616

1717
# User agent used in HTTP requests.
18-
USER_AGENT: Final[str] = "openfga-sdk python/0.10.3" # x-release-please-version
18+
USER_AGENT: Final[str] = f"openfga-sdk python/{SDK_VERSION}"

0 commit comments

Comments
 (0)