fix: import error
This commit is contained in:
parent
bda1c215eb
commit
b49c50152c
|
@ -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 *
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue