Cleaned up import statements

This commit is contained in:
Jeremy Stretch
2018-11-02 15:20:08 -04:00
parent 73a3366469
commit f6d4ea00df
25 changed files with 24 additions and 30 deletions

View File

@@ -3,8 +3,8 @@ import datetime
from django.conf import settings
from django.contrib.contenttypes.models import ContentType
from extras.models import Webhook
from extras.constants import OBJECTCHANGE_ACTION_CREATE, OBJECTCHANGE_ACTION_DELETE, OBJECTCHANGE_ACTION_UPDATE
from extras.models import Webhook
from utilities.api import get_serializer_for_model
from .constants import WEBHOOK_MODELS