Commit 7d0e84df authored by Stefan Behnel's avatar Stefan Behnel

extend test to cover from-import list with trailing comma

parent 8436ccaa
......@@ -15,6 +15,7 @@ def test_relative():
"""
from . import cmd, core
from . import (version, core)
from . import (version, core,)
from .version import __name__
return cmd, core, __name__
......
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