Skip to content

Commit

Permalink
update dbbase import
Browse files Browse the repository at this point in the history
  • Loading branch information
vivbak committed Jan 31, 2024
1 parent b8e88c3 commit dcd5e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/python/tables/cohort.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import dataclasses
import datetime

from db.python.connect import DbBase
from db.python.tables.base import DbBase
from db.python.tables.project import ProjectId
from db.python.utils import GenericFilter, GenericFilterModel
from models.models.cohort import Cohort
Expand Down

0 comments on commit dcd5e68

Please sign in to comment.