mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 00:12:16 +02:00
Fix linter errors
This commit is contained in:
parent
c7265285a8
commit
f910563d11
7 changed files with 101 additions and 61 deletions
|
@ -22,7 +22,7 @@ urlpatterns = [
|
|||
# was actually True. Instead, let's add these URLs any time we are able to
|
||||
# import the debug toolbar package.
|
||||
try:
|
||||
import debug_toolbar
|
||||
import debug_toolbar # type: ignore
|
||||
|
||||
urlpatterns += [path("__debug__/", include(debug_toolbar.urls))]
|
||||
except ImportError:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue