Skip to content

Commit f76e1a1

Browse files
committed
#3482 Fix flake8
1 parent c3855f7 commit f76e1a1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/psyclone/tests/utils_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def func(basic: bool,
359359
if "any_length" == k:
360360
anno = stringify_annotation(v.annotation)
361361
assert "tuple[int, ...]" == anno
362-
362+
363363
if "custom_class" == k:
364364
anno = stringify_annotation(v.annotation)
365365
assert "Transformation" == anno
@@ -368,6 +368,7 @@ def func(basic: bool,
368368
anno = stringify_annotation(v.annotation)
369369
assert "Transformation" == anno
370370

371+
371372
def test_transformation_doc_wrapper_subtrans():
372373
'''Test the transformation doc wrapper works correctly for
373374
subtransformations.'''

0 commit comments

Comments
 (0)