From 125f96e865d0ed6504ad90e4800389c1c56a4aba Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 9 Aug 2019 15:48:34 +0200 Subject: Manage other requests exceptions --- commcrawler/management/commands/launch_crawl.py | 1 - 1 file changed, 1 deletion(-) (limited to 'commcrawler/management/commands/launch_crawl.py') diff --git a/commcrawler/management/commands/launch_crawl.py b/commcrawler/management/commands/launch_crawl.py index 883c035..ea49d81 100644 --- a/commcrawler/management/commands/launch_crawl.py +++ b/commcrawler/management/commands/launch_crawl.py @@ -1,4 +1,3 @@ -import csv import sys from django.core.management.base import BaseCommand -- cgit v1.2.3