test: remove autogen import

This commit is contained in:
Alex Duan 2023-03-17 18:41:01 +08:00
parent f103fec944
commit 2d514e4978
1 changed files with 4 additions and 4 deletions

View File

@ -1,15 +1,15 @@
# -*- coding: utf-8 -*-
import sys
from util.log import *
from util.cases import *
from util.sql import *
from util.autogen import *
import threading
import random
import string
import time
from util.log import *
from util.cases import *
from util.sql import *
class TDTestCase:
def init(self, conn, logSql, replicaVar=1):