b0422c4680
Fixed style checker problem.
4 lines
100 B
Python
4 lines
100 B
Python
from rest_framework import permissions, routers, viewsets # noqa
|
|
|
|
router = routers.DefaultRouter()
|