From 9c98be88b74868804692c48f66b35b27c4adc7a4 Mon Sep 17 00:00:00 2001
From: Samuel Gaist <samuel.gaist@idiap.ch>
Date: Wed, 22 Aug 2018 15:38:19 +0200
Subject: [PATCH] [utils][management] Clean unused import

---
 beat/web/utils/management/commands/list_active_users.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/beat/web/utils/management/commands/list_active_users.py b/beat/web/utils/management/commands/list_active_users.py
index df3ffd28e..2ee07a79b 100644
--- a/beat/web/utils/management/commands/list_active_users.py
+++ b/beat/web/utils/management/commands/list_active_users.py
@@ -27,7 +27,7 @@
 ###############################################################################
 
 
-from django.core.management.base import BaseCommand, CommandError
+from django.core.management.base import BaseCommand
 from django.contrib.auth.models import User
 from django.contrib.sessions.models import Session
 from django.utils import timezone
-- 
GitLab