| Index: flake8-eyeo/tests/A109.py |
| =================================================================== |
| deleted file mode 100644 |
| --- a/flake8-eyeo/tests/A109.py |
| +++ /dev/null |
| @@ -1,14 +0,0 @@ |
| -# A109 |
| -'this doc string should use three double quotes' |
| - |
| - |
| -class Foo: |
| - # A109 |
| - "this doc string should use three quotes" |
| - |
| - def single(self): |
| - # A109 |
| - '''this doc string should use double quotes''' |
| - |
| - def correct(self): |
| - """this doc string uses the right quotes""" |