mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-30 23:35:19 +00:00
add missing import
This commit is contained in:
@@ -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):
|
||||||
|
Reference in New Issue
Block a user