Skip to content

Commit c7fd298

Browse files
change .utils to utils
1 parent 91a9d6e commit c7fd298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/python_serving/pipeline_http_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import requests
1919

20-
from .utils import numpy_to_base64, parse_file_paths, video_to_numpy
20+
from utils import numpy_to_base64, parse_file_paths, video_to_numpy
2121

2222

2323
def parse_args():

0 commit comments

Comments
 (0)