summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-03-01 08:22:55 -0800
committerAnthony Sottile <asottile@umich.edu>2019-03-01 08:22:55 -0800
commit0327e55e756e20ade468e67992f9f43da14aabb4 (patch)
treedef165563f5b1985f7bec9522250fc97794d85d5 /testsuite
parentd1e29861597f22d01e0f528aaccdb744d5bade81 (diff)
downloadpep8-0327e55e756e20ade468e67992f9f43da14aabb4.tar.gz
Fix E721 false positive
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/E72.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/E72.py b/testsuite/E72.py
index c18527f..a60d892 100644
--- a/testsuite/E72.py
+++ b/testsuite/E72.py
@@ -49,6 +49,9 @@ if isinstance(res, types.MethodType):
pass
if type(a) != type(b) or type(a) == type(ccc):
pass
+#: Okay
+def func_histype(a, b, c):
+ pass
#: E722
try:
pass