Merge "delete some no use code"

This commit is contained in:
Zuul 2017-10-17 04:16:08 +00:00 committed by Gerrit Code Review
commit 5689c2a72d

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)),