Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d3167b0

Browse files
flake8
1 parent 6ab02d9 commit d3167b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testgres/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def _get_port_manager(os_ops: OsOperations) -> PortManager:
276276

277277
if os_ops is LocalOperations.get_single_instance():
278278
assert utils._old_port_manager is not None
279-
assert type(utils._old_port_manager) == PortManager__Generic
279+
assert type(utils._old_port_manager) == PortManager__Generic # noqa: E721
280280
assert utils._old_port_manager._os_ops is os_ops
281281
return PortManager__ThisHost.get_single_instance()
282282

0 commit comments

Comments
 (0)