summaryrefslogtreecommitdiff
path: root/testsuite/python3.py
diff options
context:
space:
mode:
authorNikita Serba <nikitaserba@icloud.com>2020-01-22 20:34:06 +0200
committerGitHub <noreply@github.com>2020-01-22 20:34:06 +0200
commit2c29cc4f4f08906b111e306e6e806b5af628fbbd (patch)
tree5d2d5d421edd7872f5d8f4d4b63542e8cce9186f /testsuite/python3.py
parent2f0ca0b42660d7a6ee239f3a372a8783ad20c37a (diff)
parentd219c684f117be77927d33146e76a5364161e518 (diff)
downloadpep8-2c29cc4f4f08906b111e306e6e806b5af628fbbd.tar.gz
Merge branch 'master' into master
Diffstat (limited to 'testsuite/python3.py')
-rw-r--r--testsuite/python3.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/python3.py b/testsuite/python3.py
index be7c58f..709695a 100644
--- a/testsuite/python3.py
+++ b/testsuite/python3.py
@@ -37,3 +37,10 @@ class Class:
def m(self):
xs: List[int] = []
+
+
+# Used to trigger W504
+def f(
+ x: str = ...
+):
+ ...