This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch python-wper
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/python-wper by this push:
new 420f38a2 mingw
420f38a2 is described below
commit 420f38a20d6a4faaf12c2046d05a663911e3dd7a
Author: HTHou <[email protected]>
AuthorDate: Fri Jun 21 23:01:22 2024 +0800
mingw
---
python/tsfile/tsfile.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/tsfile/tsfile.py b/python/tsfile/tsfile.py
index 1b83029d..c5f67783 100644
--- a/python/tsfile/tsfile.py
+++ b/python/tsfile/tsfile.py
@@ -17,7 +17,7 @@
#
import os
-from .tsfile_pywrapper import tsfile_reader, tsfile_writer
+from tsfile_pywrapper import tsfile_reader, tsfile_writer
from typing import overload
from pandas import DataFrame