Skip to content
Snippets Groups Projects
Unverified Commit 2b17166a authored by Kai Chen's avatar Kai Chen Committed by GitHub
Browse files

Merge pull request #147 from yhcao6/RepeatDataset

Remove redundant module names in `__all__`
parents ab5bca65 279d5370
No related branches found
No related tags found
No related merge requests found
......@@ -8,5 +8,5 @@ from .repeat_dataset import RepeatDataset
__all__ = [
'CustomDataset', 'CocoDataset', 'GroupSampler', 'DistributedGroupSampler',
'build_dataloader', 'to_tensor', 'random_scale', 'show_ann',
'get_dataset', 'ExtraAugmentation', 'ConcatDataset', 'RepeatDataset',
'get_dataset', 'ConcatDataset', 'RepeatDataset',
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment