This commit is contained in:
mike cullerton 2021-05-26 17:00:07 -04:00
parent e1abdd33d1
commit ed7d9b20f5

View File

@ -1,5 +1,4 @@
from pb.models import IRBInfo, IRBStatus, RequiredDocument, \
StudyDetails, SelectedUser, Study
from pb.models import IRBInfo, IRBStatus, RequiredDocument, StudyDetails, SelectedUser, Study
from pb.forms import StudyTable
from pb import BASE_HREF, app, db, session