mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-07 05:14:29 +08:00
Drop support for EOL Python 2.6
This commit is contained in:
@@ -5,9 +5,9 @@ tests of pydocstyle.
|
||||
|
||||
import difflib
|
||||
import re
|
||||
from functools import total_ordering
|
||||
|
||||
import parso
|
||||
from parso._compatibility import total_ordering
|
||||
from parso.utils import python_bytes_to_unicode
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user