Skip to content

Commit

Permalink
missed linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
fdl-barun committed Feb 21, 2024
1 parent d292c19 commit acece1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def __init__(
raise e

@property
def custom_features(self):
def custom_features(self) -> list:
"""
Define custom features for the model to automatically enrich the data with.
Here, we enable the following enrichments:
Expand Down

0 comments on commit acece1b

Please sign in to comment.