Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit ab2f72c

Browse files
sami-m-gjsvgoncalves
authored andcommitted
dds_glossary/model.py: start moving to SQLModel
1 parent 59bebed commit ab2f72c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

dds_glossary/model.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
from abc import abstractmethod
44
from typing import ClassVar
55

6-
from sqlalchemy import Column, ForeignKey, String, Table
76
from sqlalchemy.dialects.postgresql import JSONB
87
from sqlalchemy.orm import DeclarativeBase, Mapped, Relationship, mapped_column
9-
from sqlmodel import SQLModel
8+
from sqlmodel import Column, ForeignKey, SQLModel, String, Table
109

1110
from .enums import MemberType, SemanticRelationType
1211
from .xml import (

0 commit comments

Comments
 (0)