Skip to content

Commit bc893d8

Browse files
noqa: E721
1 parent 27c40d2 commit bc893d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testgres/helpers/port_manager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def find_free_port(self, ports: Optional[Set[int]] = None, exclude_ports: Option
2626
if ports is None:
2727
ports = set(range(1024, 65535))
2828

29-
assert type(ports) == set
29+
assert type(ports) == set # noqa: E721
3030

3131
if exclude_ports is not None:
3232
assert isinstance(exclude_ports, Iterable)

0 commit comments

Comments
 (0)