1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-21 20:44:18 +00:00

Fixed broken import

This commit is contained in:
Lorenzo Balugani 2021-05-28 11:35:26 +02:00
parent 0d274b0f3b
commit 34489b4550

View file

@ -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