delete some no use code
Change-Id: Ic240a5f882adde56cdd8856179fc37a07775f72a
This commit is contained in:
parent
5e6dd90b6b
commit
fb80244519
@ -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)),
|
||||
|
Loading…
Reference in New Issue
Block a user