diff options
Diffstat (limited to '')
-rw-r--r-- | test/test_skip_inside_yaml.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_skip_inside_yaml.py b/test/test_skip_inside_yaml.py index 363734e..8050f13 100644 --- a/test/test_skip_inside_yaml.py +++ b/test/test_skip_inside_yaml.py @@ -1,4 +1,5 @@ """Tests related to use of inline noqa.""" + import pytest from ansiblelint.rules import RulesCollection |