gh-105407: Remove unused imports in the stdlib (#105411)

This commit is contained in:
Victor Stinner 2023-06-06 23:13:24 +02:00 committed by GitHub
parent d1b0015ea8
commit 94d5f9827d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 6 deletions

View file

@ -147,7 +147,6 @@ import itertools
import os
import re
import sys
import warnings
__all__ = ("NoSectionError", "DuplicateOptionError", "DuplicateSectionError",
"NoOptionError", "InterpolationError", "InterpolationDepthError",