Skip to content

Commit b91f008

Browse files
committed
[DOP-25282] Fix UserGroup.group relationship warning
1 parent 7829134 commit b91f008

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

syncmaster/db/models/group.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,3 @@ class UserGroup(Base):
109109
ChoiceType(GroupMemberRole),
110110
nullable=False,
111111
)
112-
group: Mapped[Group] = relationship("Group")

0 commit comments

Comments
 (0)