From a0a01a614995bc0cdf05d69c07f72f37f20e8c7c Mon Sep 17 00:00:00 2001 From: Jan Koppe Date: Sun, 26 Apr 2020 22:30:59 +0200 Subject: [PATCH] =?UTF-8?q?fix=20linter=20errors=20=F0=9F=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- concierge/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/concierge/views.py b/concierge/views.py index bc6afbb..b9aef24 100644 --- a/concierge/views.py +++ b/concierge/views.py @@ -1,5 +1,4 @@ import json -import logging from django.db import transaction from django.http import JsonResponse