Commit 4a405f8d authored by Arman Khaksar's avatar Arman Khaksar

test changes deleted.

parent a0716876
......@@ -5,7 +5,6 @@ from uuid import uuid4
from datetime import datetime
import pandas as pd
class Dataset(db.Model):
__tablename__ = 'dataset'
uid = db.Column(UUID(as_uuid=True), primary_key=True, default=uuid4)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment