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 d6cfcb50 Update tsfile_pywrapper.pyx
d6cfcb50 is described below
commit d6cfcb5097b7243c9fd18009e9aa9bc2e3031b90
Author: Haonan <[email protected]>
AuthorDate: Mon Aug 5 00:43:01 2024 +0800
Update tsfile_pywrapper.pyx
---
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 959fb7b8..5851751d 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
+from . cimport tsfile as tsf
TIMESTAMP_STR = "Time"
TS_TYPE_INT32 = 1 << 8