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:
parent
0d274b0f3b
commit
34489b4550
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue