remove six leftovers (#9996)
This commit is contained in:
committed by
GitHub
parent
80e68bec26
commit
43d0652b0d
@@ -294,7 +294,7 @@ def dumps(blocks: UnspacedList) -> str:
|
||||
"""Dump to a Unicode string.
|
||||
|
||||
:param UnspacedList blocks: The parsed tree
|
||||
:rtype: six.text_type
|
||||
:rtype: str
|
||||
|
||||
"""
|
||||
return str(RawNginxDumper(blocks.spaced))
|
||||
|
||||
@@ -85,7 +85,6 @@ test_extras = [
|
||||
'types-pywin32',
|
||||
'types-requests',
|
||||
'types-setuptools',
|
||||
'types-six',
|
||||
'wheel',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user