Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab02d9 commit d3167b0Copy full SHA for d3167b0
testgres/node.py
@@ -276,7 +276,7 @@ def _get_port_manager(os_ops: OsOperations) -> PortManager:
276
277
if os_ops is LocalOperations.get_single_instance():
278
assert utils._old_port_manager is not None
279
- assert type(utils._old_port_manager) == PortManager__Generic
+ assert type(utils._old_port_manager) == PortManager__Generic # noqa: E721
280
assert utils._old_port_manager._os_ops is os_ops
281
return PortManager__ThisHost.get_single_instance()
282
0 commit comments