Merge "delete some no use code"
This commit is contained in:
commit
5689c2a72d
@ -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