Skip to content

Commit 04ff3ca

Browse files
committed
fix: linting
1 parent 0621103 commit 04ff3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/feature_store/feature_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def get_feature_group_as_dataframe(
8181
feature_group_name: str,
8282
athena_bucket: str,
8383
query: str = """SELECT * FROM "sagemaker_featurestore"."#{table}"
84-
WHERE is_deleted=False """,
84+
WHERE is_deleted=False """,
8585
role: str = None,
8686
region: str = None,
8787
session=None,

0 commit comments

Comments
 (0)