delete some no use code

Change-Id: Ic240a5f882adde56cdd8856179fc37a07775f72a
This commit is contained in:
yangzhenyu 2017-10-11 10:28:20 +08:00 committed by wangxiyuan
parent 5e6dd90b6b
commit fb80244519

View File

@ -12,13 +12,10 @@
# License for the specific language governing permissions and limitations under
# the License.
from oslo_utils import timeutils
import sqlalchemy as sa
metadata = sa.MetaData()
now = timeutils.utcnow
Queues = sa.Table('Queues', metadata,
sa.Column('id', sa.INTEGER, primary_key=True),
sa.Column('project', sa.String(64)),