trivial: remove unused import

This commit is contained in:
Frédéric Péters 2020-11-17 15:31:27 +01:00
parent acb41794fe
commit 57730993c0
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,6 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import requests
from django.conf import settings
from django.core.management.base import BaseCommand
@ -23,6 +22,7 @@ from django.core.management.base import BaseCommand
from combo.apps.maps.models import MapLayer
from combo.data.models import Page, ConfigJsonCell
class Command(BaseCommand):
def handle(self, *args, **options):
layers = ['mdr', 'piscine', 'mairie', 'bibliotheque', 'decheterie',