We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702516e commit 1f3b02dCopy full SHA for 1f3b02d
src/tseda/__main__.py
@@ -11,7 +11,7 @@
11
from . import model # noqa
12
from . import pages # noqa
13
from . import datastore # noqa
14
-from .views import IndividualsTable # noqa
+from .datastore import IndividualsTable # noqa
15
from tsbrowse import preprocess as preprocess_ # noqa
16
from tsbrowse.model import TSModel # noqa
17
0 commit comments