Skip to content

Commit 723f2f3

Browse files
committed
Fix
1 parent 8cae80d commit 723f2f3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sagemaker-mlops/src/sagemaker/mlops/feature_store/feature_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
import os
66
import time
77
from pathlib import Path
8-
from typing import Any, Dict, Sequence, Union, re
8+
import re
9+
from typing import Any, Dict, Sequence, Union
910

1011
import boto3
1112
import pandas

0 commit comments

Comments
 (0)