X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/102acc0b6eb715826f26b5082611604cf6ebe240..fc245a481d9adf2621de1873783c32ada3f76d2f:/src/social/syncable.py 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: