zerver/webhooks: Remove absolute_import.

This commit is contained in:
rht
2017-09-27 10:43:47 +02:00
committed by Tim Abbott
parent e239e97351
commit 7115a29bee
49 changed files with 0 additions and 49 deletions

View File

@@ -1,5 +1,4 @@
# Webhooks for external integrations.
from __future__ import absolute_import
from django.http import HttpRequest, HttpResponse
from typing import Any, Dict, Text