X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/102acc0b6eb715826f26b5082611604cf6ebe240..ac4ae4e7344835181b3e260d28f2f047b9f6ed07:/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: