Skip to content

Commit 1f3b02d

Browse files
committed
Fix IndividualsTable import
1 parent 702516e commit 1f3b02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tseda/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from . import model # noqa
1212
from . import pages # noqa
1313
from . import datastore # noqa
14-
from .views import IndividualsTable # noqa
14+
from .datastore import IndividualsTable # noqa
1515
from tsbrowse import preprocess as preprocess_ # noqa
1616
from tsbrowse.model import TSModel # noqa
1717

0 commit comments

Comments
 (0)