Skip to content

Commit

Permalink
Corrected import order.
Browse files Browse the repository at this point in the history
  • Loading branch information
lil-bear committed Nov 2, 2020
1 parent 27cba73 commit a3940b6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions threatingestor/sources/twitter_follow_links.py
@@ -1,13 +1,11 @@
from __future__ import absolute_import


import re
import requests
import twitter
from loguru import logger


from threatingestor.sources import Source
import requests
import re


TWEET_URL = 'https://twitter.com/{user}/status/{id}'
Expand Down

0 comments on commit a3940b6

Please sign in to comment.