summaryrefslogtreecommitdiff
path: root/testsuite/E30not.py
diff options
context:
space:
mode:
authorIan Cordasco <sigmavirus24@users.noreply.github.com>2017-01-30 10:37:52 -0600
committerGitHub <noreply@github.com>2017-01-30 10:37:52 -0600
commit6837433c1a2835fa40ecfa1548408241363546c6 (patch)
tree02b1de502030222c556959a0f3b40be1913278df /testsuite/E30not.py
parent9f725fb0fad8919a9467834309fbd9f604280035 (diff)
parentb10ea40cab108bb0cf742872c6cfa6499411f1dd (diff)
downloadpep8-6837433c1a2835fa40ecfa1548408241363546c6.tar.gz
Merge pull request #618 from sigmavirus24/bug/617
Fix regression in E302 detection
Diffstat (limited to 'testsuite/E30not.py')
-rw-r--r--testsuite/E30not.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/E30not.py b/testsuite/E30not.py
index 63ff733..00bee95 100644
--- a/testsuite/E30not.py
+++ b/testsuite/E30not.py
@@ -155,3 +155,6 @@ if __name__ == '__main__':
classification_errors = None
#: Okay
defined_properly = True
+#: Okay
+defaults = {}
+defaults.update({})