8 lines
149 B
Python
8 lines
149 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
from .. import urls # noqa
|
||
|
|
||
|
|
||
|
# nothing to test here however simply importing
|
||
|
# url module evals urls so coverage is higher
|