Skip to content

Instantly share code, notes, and snippets.

@crawftv
Last active May 22, 2019 16:46
Show Gist options
  • Save crawftv/979dd2a32e920c1a66858603e8dd6f04 to your computer and use it in GitHub Desktop.
Save crawftv/979dd2a32e920c1a66858603e8dd6f04 to your computer and use it in GitHub Desktop.
asyncio query imports
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