-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
pylint remove object from bases #294
Conversation
Codecov Report
@@ Coverage Diff @@
## master #294 +/- ##
==========================================
- Coverage 83.85% 83.84% -0.01%
==========================================
Files 114 114
Lines 7072 7070 -2
Branches 1118 1118
==========================================
- Hits 5930 5928 -2
Misses 941 941
Partials 201 201
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@@ -167,7 +167,7 @@ def _flip_joints_3d(joints_3d, joints_3d_visible, flip_pairs): | |||
|
|||
|
|||
@PIPELINES.register_module() | |||
class LoadIUVFromFile(object): | |||
class LoadIUVFromFile(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the ()
could be removed also
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
* resolve comments * update changelog * add omnisource * resolve comments * replace tab with space * final fix * Update preparing_omnisource.md
* pylint remove object from bases * remove redundant parentheses
* support resume from ceph * move func and refine * delete symlink * fix unittest * perserve _allow_symlink and symlink
* pylint remove object from bases * remove redundant parentheses
fix #250