django1/tests/urlpatterns_reverse/erroneous_views_module.py

6 lines
68 B
Python

import non_existent # NOQA
def erroneous_view(request):
pass