X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/078017198692badda854eb70f7a5431112aed007..29b00497f9103bb31f9e236bdf5844b9a6fa79ea:/src/social/syncable.py?ds=sidebyside diff --git a/src/social/syncable.py b/src/social/syncable.py index 789cdf840..6447f344b 100644 --- a/src/social/syncable.py +++ b/src/social/syncable.py @@ -1,7 +1,5 @@ from datetime import datetime -from django.utils.timezone import now -from pytz import utc - +from django.utils.timezone import now, utc class Syncable: