mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Delete a few unused names suggested by pyflakes.
This commit is contained in:
parent
f18f87111b
commit
44f09ebd0f
5 changed files with 10 additions and 10 deletions
|
@ -20,7 +20,7 @@ configuration problem notification and resolution.
|
|||
import os
|
||||
import sys
|
||||
|
||||
from configparser import ConfigParser, NoOptionError, NoSectionError
|
||||
from configparser import ConfigParser
|
||||
|
||||
class InvalidConfigType(Exception): pass
|
||||
class InvalidConfigSet(Exception): pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue