X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/078017198692badda854eb70f7a5431112aed007..0e7f51f3c96d970342838a1d56e4a660cd2e51ba:/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: