aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/configparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/configparser.py')
-rw-r--r--Lib/configparser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/configparser.py b/Lib/configparser.py
index 9640f71adc7..682d9736cdc 100644
--- a/Lib/configparser.py
+++ b/Lib/configparser.py
@@ -147,7 +147,6 @@ import itertools
import os
import re
import sys
-import warnings
__all__ = ("NoSectionError", "DuplicateOptionError", "DuplicateSectionError",
"NoOptionError", "InterpolationError", "InterpolationDepthError",