fnp
/
django-cas-provider.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Support for Python 3.10 and Django 4.0, drop Python 3.5, Python 3.6, Django 1.9,...
[django-cas-provider.git]
/
cas_provider
/
management
/
commands
/
cleanuptickets.py
diff --git
a/cas_provider/management/commands/cleanuptickets.py
b/cas_provider/management/commands/cleanuptickets.py
index
994c766
..
6715151
100644
(file)
--- a/
cas_provider/management/commands/cleanuptickets.py
+++ b/
cas_provider/management/commands/cleanuptickets.py
@@
-6,8
+6,6
@@
Calls ``ServiceTickets.objects.delete_expired_users()``, which
contains the actual logic for determining which accounts are deleted.
"""
-from __future__ import print_function, unicode_literals
-
from django.core.management.base import NoArgsCommand
from django.conf import settings