Skip to content

Commit ea8790b

Browse files
committed
Refactor
1 parent a628119 commit ea8790b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dbldatagen/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@
7474
from .html_utils import HtmlUtils
7575
from .datasets_object import Datasets
7676
from .config import OutputDataset
77-
from .multi_table_builder import MultiTableBuilder
78-
from .relation import ForeignKeyRelation
7977
from .datagen_types import ColumnLike
8078

8179
__all__ = [
@@ -96,8 +94,6 @@
9694
"datasets_object",
9795
"constraints",
9896
"config",
99-
"multi_table_builder",
100-
"relation",
10197
"datagen_types",
10298
]
10399

0 commit comments

Comments
 (0)