mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-25 02:44:18 +00:00
add missing import
This commit is contained in:
parent
55a62053b0
commit
ec23bd94ee
@ -1,5 +1,6 @@
|
|||||||
from flask_hashids import HashidMixin
|
from flask_hashids import HashidMixin
|
||||||
from app import db
|
from app import db
|
||||||
|
from .corpus_follower_role import CorpusFollowerRole
|
||||||
|
|
||||||
|
|
||||||
class CorpusFollowerAssociation(HashidMixin, db.Model):
|
class CorpusFollowerAssociation(HashidMixin, db.Model):
|
||||||
|
Loading…
Reference in New Issue
Block a user