Cleaned up imports

This commit is contained in:
Jeremy Stretch
2018-07-16 17:09:21 -04:00
parent 12375c1c7a
commit 34a9573a0b
3 changed files with 7 additions and 10 deletions

View File

@@ -1,8 +1,7 @@
import requests
import hmac
import hashlib
from rq.utils import import_attribute
import hmac
import requests
from django_rq import job
from extras.constants import WEBHOOK_CT_JSON, WEBHOOK_CT_X_WWW_FORM_ENCODED