From 34489b4550ccc859d017ffc97fae5e4e47a01329 Mon Sep 17 00:00:00 2001 From: Lorenzo Balugani Date: Fri, 28 May 2021 11:35:26 +0200 Subject: [PATCH] Fixed broken import --- nest_crawler/repo_search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nest_crawler/repo_search.py b/nest_crawler/repo_search.py index 2daa636..55601ec 100644 --- a/nest_crawler/repo_search.py +++ b/nest_crawler/repo_search.py @@ -1,5 +1,5 @@ from nest_backend.database import * -from authentication import authenticate +from .authentication import authenticate from datetime import datetime, timedelta import tweepy as tw