[B5] Add Styleguide for Bootstrap 5 #33718
Closed
GitHub Actions / Flake8
failed
Feb 29, 2024 in 0s
3 errors
Flake8 found 3 errors
Annotations
Check failure on line 5 in corehq/apps/styleguide/views/__init__.py
github-actions / Flake8
corehq/apps/styleguide/views/__init__.py#L5
'django.utils.decorators.method_decorator' imported but unused (F401)
Check failure on line 22 in corehq/apps/styleguide/views/__init__.py
github-actions / Flake8
corehq/apps/styleguide/views/__init__.py#L22
'TemplateView' may be undefined, or defined from star imports: django.views.generic (F405)
Check failure on line 27 in corehq/apps/styleguide/views/__init__.py
github-actions / Flake8
corehq/apps/styleguide/views/__init__.py#L27
'TemplateView' may be undefined, or defined from star imports: django.views.generic (F405)
Loading