Skip to content

Commit db89603

Browse files
feat: Enable static artifacts for feature server that can be used in Feature Transformations
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent 358f3b5 commit db89603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/feast/templates/pytorch_nlp/feature_repo/example_repo.py

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

3636
# Global references for static artifacts (set by feature server)
3737
_sentiment_model = None
38-
_lookup_tables = {}
38+
_lookup_tables: dict = {}
3939

4040
# Configuration
4141
repo_path = Path(__file__).parent

0 commit comments

Comments
 (0)