mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-14 21:44:08 +02:00
linter
This commit is contained in:
parent
913f918787
commit
4365141b5e
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
from unittest import skip
|
from unittest import skip
|
||||||
import unittest
|
|
||||||
from unittest.mock import MagicMock, ANY, patch
|
from unittest.mock import MagicMock, ANY, patch
|
||||||
|
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
from django.http import Http404, HttpResponse, HttpResponseRedirect, QueryDict
|
from django.http import Http404, HttpResponse, HttpResponseRedirect
|
||||||
from django.shortcuts import redirect, render
|
from django.shortcuts import redirect, render
|
||||||
from django.urls import resolve, reverse
|
from django.urls import resolve, reverse
|
||||||
from django.utils.safestring import mark_safe
|
from django.utils.safestring import mark_safe
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue