-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Conversation
Codecov ReportBase: 83.41% // Head: 83.40% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev-1.x #2548 +/- ##
===========================================
- Coverage 83.41% 83.40% -0.02%
===========================================
Files 145 145
Lines 8510 8510
Branches 1274 1274
===========================================
- Hits 7099 7098 -1
- Misses 1197 1198 +1
Partials 214 214
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Thanks for your contribution! Would you like to share the error log, as I didn't meet any errors when run python ./mmseg/utils/collect_env.py. |
brench dev-1.x
|
## Motivation Fix the bug in running ```collect_evn.py```. open-mmlab#2547 ## Modification Rename typing.py to typing_utils.py
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.
Motivation
Fix the bug in running
collect_evn.py
. #2547Modification
Rename typing.py to typing_utils.py