Last active
May 22, 2019 16:46
-
-
Save crawftv/979dd2a32e920c1a66858603e8dd6f04 to your computer and use it in GitHub Desktop.
asyncio query imports
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from decouple import config | |
import json | |
import requests | |
import sys | |
import asyncio | |
from concurrent.futures import ThreadPoolExecutor | |
import nest_asyncio | |
nest_asyncio.apply() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment