Skip to content

Commit 24679c1

Browse files
add final
1 parent 3aa9009 commit 24679c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/models-library/src/models_library/rest_pagination.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from .utils.common_validators import none_to_empty_list_pre_validator
1717

18-
_ANY_HTTP_URL_ADAPTER: TypeAdapter = TypeAdapter(AnyHttpUrl)
18+
_ANY_HTTP_URL_ADAPTER: Final[TypeAdapter[AnyHttpUrl]] = TypeAdapter(AnyHttpUrl)
1919

2020
# Default limit values
2121
# - Using same values across all pagination entrypoints simplifies

0 commit comments

Comments
 (0)