Skip to content

Deduplicate Linter Workflows and make it smoother #25

Deduplicate Linter Workflows and make it smoother

Deduplicate Linter Workflows and make it smoother #25

GitHub Actions / Autopep8 failed Feb 7, 2024 in 0s

1 error

Autopep8 found 1 error

Annotations

Check failure on line 23 in src/samples/python/transformer/transformer/transformer_node.py

See this annotation in the file changed.

@github-actions github-actions / Autopep8

src/samples/python/transformer/transformer/transformer_node.py#L17-L23

 
 from sample_msgs.msg import Unfiltered, Filtered, FilteredArray
 from transformer.transformer_core import TransformerCore
+
 
 class Transformer(Node):