1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Cleaned up imports

This commit is contained in:
Jeremy Stretch
2018-07-16 17:09:21 -04:00
parent 8bc8cf5e2d
commit 9e2ac7b3f4
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