diff --git a/src/test/resources/features/highlighting/inspections/py_type_checker_inspection.feature b/src/test/resources/features/highlighting/inspections/py_type_checker_inspection.feature index 650b824a..95c49628 100644 --- a/src/test/resources/features/highlighting/inspections/py_type_checker_inspection.feature +++ b/src/test/resources/features/highlighting/inspections/py_type_checker_inspection.feature @@ -34,6 +34,7 @@ Feature: Fixes for PyTypeCheckerInspection related false positives run: with open(output[0], 'w') as out: for p in input: + # noinspection PyTypeChecker print(p, file=out) for i,s in enumerate(output): print(i, s)