Skip to content

Commit

Permalink
remove skip_no_parrots from __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
hellock committed Dec 28, 2020
1 parent d63ca69 commit aa0267a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mmcv/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
DataLoader, PoolDataLoader, SyncBatchNorm, _AdaptiveAvgPoolNd,
_AdaptiveMaxPoolNd, _AvgPoolNd, _BatchNorm, _ConvNd,
_ConvTransposeMixin, _InstanceNorm, _MaxPoolNd, get_build_config)
from .parrots_jit import jit, skip_no_elena, skip_no_parrots
from .parrots_jit import jit, skip_no_elena
from .registry import Registry, build_from_cfg
__all__ = [
'Config', 'ConfigDict', 'DictAction', 'collect_env', 'get_logger',
Expand All @@ -49,6 +49,5 @@
'_InstanceNorm', '_MaxPoolNd', 'get_build_config', 'BuildExtension',
'CppExtension', 'CUDAExtension', 'DataLoader', 'PoolDataLoader',
'TORCH_VERSION', 'deprecated_api_warning', 'digit_version',
'get_git_hash', 'import_modules_from_strings', 'jit', 'skip_no_elena',
'skip_no_parrots'
'get_git_hash', 'import_modules_from_strings', 'jit', 'skip_no_elena'
]

0 comments on commit aa0267a

Please sign in to comment.