[pyupgrade]: Remove outdated sys.version_info blocks (#2099)

This commit is contained in:
Colin Delahunty 2023-02-02 07:49:24 -05:00 committed by GitHub
parent 1c2fc38853
commit b032f50775
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 2113 additions and 2 deletions

View file

@ -22,3 +22,5 @@ sys.exit(1)
# To be removed once GitHub catches up.
setup(name="ruff", install_requires=[])
if True: a = 1; \
b = 2