Remove some Python 3.6 references

This commit is contained in:
Dave Halter
2020-07-25 02:10:10 +02:00
parent 4f9f193747
commit 902885656d
7 changed files with 6 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ FAILING_EXAMPLES = [
'lambda x=3, y: x',
'__debug__ = 1',
'with x() as __debug__: pass',
# Mostly 3.6 relevant
'[]: int',
'[a, b]: int',
'(): int',