Skip to content

Commit d3a5cfc

Browse files
committed
Suppress some flake8 false positives
1 parent 75481fc commit d3a5cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colcon_ansi_colors_example/output_style/catkin_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def _combine(first, second):
3333
return second
3434
first = first[2:-1]
3535
second = second[2:-1]
36-
return f'{first};{second}'
36+
return f'{first};{second}' # noqa: E231, E702
3737

3838

3939
AnsiEscape.Black = AnsiEscape(30)

0 commit comments

Comments
 (0)