Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename typing.py to typing_utils.py #2548

Merged
merged 8 commits into from
Feb 1, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update __init__.py
  • Loading branch information
zccjjj authored Feb 1, 2023
commit 5a4cf5f62085742620e56de1eefb589cff8477e4
4 changes: 2 additions & 2 deletions mmseg/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
from .misc import add_prefix, stack_batch
from .set_env import register_all_modules
from .typing_utils import (ConfigType, ForwardResults, MultiConfig,
OptMultiConfig, OptSampleList, SampleList, OptConfigType,
TensorDict, TensorList)
OptMultiConfig, OptSampleList, SampleList, OptConfigType,
TensorDict, TensorList)

__all__ = [
'collect_env', 'register_all_modules', 'stack_batch', 'add_prefix',
Expand Down