CI Python Linter

from django.urls import path from . import views urlpatterns = [ path( 'subscribe/', views.subscribe_newsletter, name='subscribe_newsletter' ), ]

Settings:


Results:

All clear, no errors found