This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch try_fix_python
in repository https://gitbox.apache.org/repos/asf/tsfile.git


The following commit(s) were added to refs/heads/try_fix_python by this push:
     new 0052a31a try win
0052a31a is described below

commit 0052a31a588a5163210c6fafb5830f486da69248
Author: HTHou <[email protected]>
AuthorDate: Mon Aug 5 00:30:50 2024 +0800

    try win
---
 python/tsfile/tsfile_pywrapper.pyx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/tsfile/tsfile_pywrapper.pyx 
b/python/tsfile/tsfile_pywrapper.pyx
index 4b8a8e62..959fb7b8 100644
--- a/python/tsfile/tsfile_pywrapper.pyx
+++ b/python/tsfile/tsfile_pywrapper.pyx
@@ -23,7 +23,7 @@ import pandas as pd
 from cpython.bytes cimport PyBytes_AsString
 cimport numpy as cnp
 import numpy as np
-cimport tsfile as tsf
+cimport .tsfile as tsf
 
 TIMESTAMP_STR = "Time"
 TS_TYPE_INT32 = 1 << 8

Reply via email to