Skip to content

Commit 0b68ddb

Browse files
committed
Move Table to right folder
1 parent e30c0fa commit 0b68ddb

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

chartlets.py/demo/my_extension/my_panel_4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from server.context import Context
55
from server.panel import Panel
66

7-
from chartlets.components.charts.table import Table
7+
from chartlets.components.table import Table
88

99
panel = Panel(__name__, title="Panel D")
1010

chartlets.py/tests/components/table_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from chartlets.components.charts.table import Table
1+
from chartlets.components.table import Table
22
from tests.component_test import make_base
33

44

0 commit comments

Comments
 (0)