Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
zechengz committed Jul 20, 2024
1 parent e0e99e1 commit e2f80f8
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions relbench/base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
from .task_link import LinkTask
from .task_node import NodeTask


__all__ = [
'Database',
'Dataset',
'Table',
'BaseTask',
'TaskType',
'LinkTask',
'NodeTask',
"Database",
"Dataset",
"Table",
"BaseTask",
"TaskType",
"LinkTask",
"NodeTask",
]

0 comments on commit e2f80f8

Please sign in to comment.