Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: flake8-eyeo/tests/A109.py

Issue 29569634: Noissue - Added flake8-docstrings (codingtools) (Closed)
Patch Set: Created Oct. 9, 2017, 1:53 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"""

Powered by Google App Engine
This is Rietveld