Skip to content

Commit 28f5749

Browse files
update constant
1 parent 5943e72 commit 28f5749

File tree

1 file changed

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

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
from typing import Literal, TypeAlias
2-
3-
API_KEY_AUTOGENERATED_PREFIX: TypeAlias = Literal["__auto_"]
1+
API_KEY_AUTOGENERATED_PREFIX: str = "__auto_"

0 commit comments

Comments
 (0)