Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
MMCV
Commits
05bdd162
"tests/vscode:/vscode.git/clone" did not exist on "c13903bf647e286879fba4f04cf3d8cdc0dc8ce7"
Unverified
Commit
05bdd162
authored
May 25, 2022
by
Zaida Zhou
Committed by
GitHub
May 25, 2022
Browse files
Fix lint (#1984)
parent
4ea914ed
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/test_parallel.py
tests/test_parallel.py
+2
-2
No files found.
tests/test_parallel.py
View file @
05bdd162
...
@@ -82,7 +82,7 @@ def test_is_module_wrapper():
...
@@ -82,7 +82,7 @@ def test_is_module_wrapper():
'mmpose module wrapper'
,
parent
=
MODULE_WRAPPERS
,
scope
=
'mmpose'
)
'mmpose module wrapper'
,
parent
=
MODULE_WRAPPERS
,
scope
=
'mmpose'
)
@
MMRAZOR_MODULE_WRAPPERS
.
register_module
()
@
MMRAZOR_MODULE_WRAPPERS
.
register_module
()
class
ModuleWrapperInRazor
(
object
)
:
class
ModuleWrapperInRazor
:
def
__init__
(
self
,
module
):
def
__init__
(
self
,
module
):
self
.
module
=
module
self
.
module
=
module
...
@@ -91,7 +91,7 @@ def test_is_module_wrapper():
...
@@ -91,7 +91,7 @@ def test_is_module_wrapper():
return
self
.
module
(
*
args
,
**
kwargs
)
return
self
.
module
(
*
args
,
**
kwargs
)
@
MMPOSE_MODULE_WRAPPERS
.
register_module
()
@
MMPOSE_MODULE_WRAPPERS
.
register_module
()
class
ModuleWrapperInPose
(
object
)
:
class
ModuleWrapperInPose
:
def
__init__
(
self
,
module
):
def
__init__
(
self
,
module
):
self
.
module
=
module
self
.
module
=
module
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment