Commit f602c71b authored by Alexandre Vassalotti's avatar Alexandre Vassalotti

Removed a dead line of code.

parent 445ff35d
......@@ -192,7 +192,6 @@ class TestStdlibRenames(unittest.TestCase):
- The module can be imported using the new 3.x name.
- The warning message specify both names.
"""
ModuleType = type(sys) # get the module type object
with CleanImport(module_name):
with catch_warning(record=False) as w:
warnings.filterwarnings("error", ".+ renamed to",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment