From c371c8bcbaebfeec888ce5f31208f4b8b2dc9824 Mon Sep 17 00:00:00 2001 From: Saptak Sengupta Date: Fri, 24 May 2019 02:39:26 +0530 Subject: [PATCH] Fixes travis --- app/dashboard/management/commands/sync_es_profile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/dashboard/management/commands/sync_es_profile.py b/app/dashboard/management/commands/sync_es_profile.py index 6f29053c965..31110da8f6a 100644 --- a/app/dashboard/management/commands/sync_es_profile.py +++ b/app/dashboard/management/commands/sync_es_profile.py @@ -18,6 +18,7 @@ import time from django.core.management.base import BaseCommand + # https://github.com/gitcoinco/web/issues/4424 class Command(BaseCommand):