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,4 +1,3 @@
from __future__ import absolute_import
import re
import logging
from typing import Any, Dict, Text