gh-84623: Remove unused imports (#94132)

This commit is contained in:
Victor Stinner 2022-06-22 19:14:27 +02:00 committed by GitHub
parent 8661c5053f
commit 47e35625ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 9 additions and 43 deletions

View file

@ -6,8 +6,6 @@ __author__ = "Steve Dower <steve.dower@python.org>"
__version__ = "3.8"
import sys
__all__ = ["PYTHON_CAT_NAME", "PYTHON_CDF_NAME"]