From b49c50152c9f588a9dcbc78dd53ff447decdb381 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Mon, 11 Dec 2023 19:35:02 +0800 Subject: [PATCH] fix: import error --- tests/army/frame/common.py | 2 +- tests/army/frame/sql.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/army/frame/common.py b/tests/army/frame/common.py index b6e32ab52c..93059ff078 100644 --- a/tests/army/frame/common.py +++ b/tests/army/frame/common.py @@ -18,7 +18,7 @@ import time import socket import json import toml -from boundary import DataBoundary +from frame.boundary import DataBoundary import taos from frame.log import * from frame.sql import * diff --git a/tests/army/frame/sql.py b/tests/army/frame/sql.py index 6635b96100..d7dce2bc3e 100644 --- a/tests/army/frame/sql.py +++ b/tests/army/frame/sql.py @@ -21,7 +21,7 @@ import psutil import shutil import pandas as pd from frame.log import * -from constant import * +from frame.constant import * # from datetime import timezone import time