Clean up several version-dependent modules (#6885)

This commit is contained in:
Alex Waygood
2022-01-10 13:57:08 +00:00
committed by GitHub
parent a8c9c194b4
commit 7d33ff330a
11 changed files with 142 additions and 148 deletions

View File

@@ -1,7 +1,5 @@
import sys
PY34: bool
PY35: bool
PY352: bool
if sys.version_info < (3, 7):
PY34: bool
PY35: bool
PY352: bool
def flatten_list_bytes(list_of_data: list[bytes]) -> bytes: ...
def flatten_list_bytes(list_of_data: list[bytes]) -> bytes: ...