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