remove six leftovers (#9996)

This commit is contained in:
Alexandre Detiste
2024-08-30 20:38:44 +02:00
committed by GitHub
parent 80e68bec26
commit 43d0652b0d
2 changed files with 1 additions and 2 deletions

View File

@@ -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))

View File

@@ -85,7 +85,6 @@ test_extras = [
'types-pywin32',
'types-requests',
'types-setuptools',
'types-six',
'wheel',
]