mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-25 06:24:19 +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 nest_backend.database import *
|
||||||
from authentication import authenticate
|
from .authentication import authenticate
|
||||||
from datetime import datetime, timedelta
|
from datetime import datetime, timedelta
|
||||||
import tweepy as tw
|
import tweepy as tw
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue