summaryrefslogtreecommitdiff
path: root/testsuite/W60.py
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2022-10-18 08:56:45 -0400
committerGitHub <noreply@github.com>2022-10-18 08:56:45 -0400
commite119507f6322a69a4c4a228cf6793b2c01eb8ce0 (patch)
tree953988343a398b0a5f53fb88730bf6ed39ebb2bf /testsuite/W60.py
parente9c846d03768ff12267569c77aba935f96827d31 (diff)
parent80c5a50ccfb2fba29594901c02b5a9c4689f7f92 (diff)
downloadpep8-e119507f6322a69a4c4a228cf6793b2c01eb8ce0.tar.gz
Merge pull request #1111 from dannysepler/delete-py3-warnings
Delete W601 -> W604 warnings
Diffstat (limited to 'testsuite/W60.py')
-rw-r--r--testsuite/W60.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/testsuite/W60.py b/testsuite/W60.py
index 5003677..f44552d 100644
--- a/testsuite/W60.py
+++ b/testsuite/W60.py
@@ -1,18 +1,3 @@
-#: W601
-if a.has_key("b"):
- print a
-#: W602
-raise DummyError, "Message"
-#: W602
-raise ValueError, "hello %s %s" % (1, 2)
-#: Okay
-raise type_, val, tb
-raise Exception, Exception("f"), t
-#: W603
-if x <> 0:
- x = 0
-#: W604
-val = `1 + 2`
#: W605:1:10
regex = '\.png$'
#: W605:2:1