mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Fix typing
This commit is contained in:
parent
eb71470edc
commit
bacd2d77fb
3 changed files with 5 additions and 5 deletions
|
|
@ -44,4 +44,4 @@ class UforaAnnouncement(Base):
|
|||
announcement_id = Column(Integer, primary_key=True)
|
||||
course_id = Column(Integer, ForeignKey("ufora_courses.course_id"))
|
||||
|
||||
course = relationship("UforaCourse", back_populates="announcements", uselist=False)
|
||||
course: UforaCourse = relationship("UforaCourse", back_populates="announcements", uselist=False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue