fix: import error

This commit is contained in:
Alex Duan 2023-12-11 19:35:02 +08:00
parent bda1c215eb
commit b49c50152c
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ import time
import socket import socket
import json import json
import toml import toml
from boundary import DataBoundary from frame.boundary import DataBoundary
import taos import taos
from frame.log import * from frame.log import *
from frame.sql import * from frame.sql import *

View File

@ -21,7 +21,7 @@ import psutil
import shutil import shutil
import pandas as pd import pandas as pd
from frame.log import * from frame.log import *
from constant import * from frame.constant import *
# from datetime import timezone # from datetime import timezone
import time import time