Skip to content

Commit af0a109

Browse files
final
1 parent 28f5749 commit af0a109

File tree

1 file changed

+3
-1
lines changed
  • packages/models-library/src/models_library

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
API_KEY_AUTOGENERATED_PREFIX: str = "__auto_"
1+
from typing import Final
2+
3+
API_KEY_AUTOGENERATED_PREFIX: Final[str] = "__auto_"

0 commit comments

Comments
 (0)