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

@@ -184,7 +184,6 @@ def test_ur_literals():
check('bR""')
check('Rb""')
# Starting with Python 3.6 format strings where introduced.
check('fr""')
check('rF""')
check('f""')