Skip to content

Commit ac9e8df

Browse files
committed
rename to flagsmith_schemas.dynamodb
1 parent 4d8c83a commit ac9e8df

File tree

11 files changed

+3
-3
lines changed

11 files changed

+3
-3
lines changed
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from typing_extensions import NotRequired, TypedDict
99

10-
from flagsmith_models.types import DateTimeStr, UUIDStr
10+
from flagsmith_schemas.types import DateTimeStr, UUIDStr
1111

1212
FeatureType = Literal["STANDARD", "MULTIVARIATE"]
1313
"""Represents the type of a Flagsmith feature. Multivariate features include multiple weighted values."""

tests/integration/flagsmith_schemas/__init__.py

Whitespace-only changes.

tests/integration/flagsmith_models/data/flagsmith_environment_api_key.json renamed to tests/integration/flagsmith_schemas/data/flagsmith_environment_api_key.json

File renamed without changes.

tests/integration/flagsmith_models/data/flagsmith_environments.json renamed to tests/integration/flagsmith_schemas/data/flagsmith_environments.json

File renamed without changes.

tests/integration/flagsmith_models/data/flagsmith_environments_v2:_META.json renamed to tests/integration/flagsmith_schemas/data/flagsmith_environments_v2:_META.json

File renamed without changes.

tests/integration/flagsmith_models/data/flagsmith_environments_v2:identity_override.json renamed to tests/integration/flagsmith_schemas/data/flagsmith_environments_v2:identity_override.json

File renamed without changes.

tests/integration/flagsmith_models/data/flagsmith_identities.json renamed to tests/integration/flagsmith_schemas/data/flagsmith_identities.json

File renamed without changes.

0 commit comments

Comments
 (0)