[F] Fix imports

This commit is contained in:
Hykilpikonna
2021-11-22 09:27:27 -05:00
parent a7acdf9062
commit e4b8bc3b20
+2 -2
View File
@@ -1,5 +1,5 @@
from collect.twitter import tweepy_login, download_user_tweets
from collect.utils import *
from raw_collect.twitter import tweepy_login, download_user_tweets
from raw_collect.utils import *
if __name__ == '__main__':