Skip to content

Commit

Permalink
style: pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharis278 committed Jul 31, 2024
1 parent 3f11790 commit d6fb435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edx_exams/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
if settings.DEBUG and os.environ.get('ENABLE_DJANGO_TOOLBAR', False): # pragma: no cover
# Disable pylint import error because we don't install django-debug-toolbar
# for CI build
import debug_toolbar # pylint: disable=import-error
import debug_toolbar
urlpatterns.append(path('__debug__/', include(debug_toolbar.urls)))

api_info = make_api_info(
Expand Down

0 comments on commit d6fb435

Please sign in to comment.