From cb0cc25e137c5d290b99235cfd3a2cb33e610fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 16 Aug 2020 18:47:05 +0200 Subject: [PATCH] trivial: remove unused import --- src/authentic2_gnm/management/commands/sync-cut.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/authentic2_gnm/management/commands/sync-cut.py b/src/authentic2_gnm/management/commands/sync-cut.py index 3d6e0cd..6df7eaf 100644 --- a/src/authentic2_gnm/management/commands/sync-cut.py +++ b/src/authentic2_gnm/management/commands/sync-cut.py @@ -18,7 +18,6 @@ from __future__ import print_function import datetime import requests -import sys from django.conf import settings from django.core.management.base import BaseCommand