zerver/views: Remove absolute_import.

This commit is contained in:
rht
2017-09-27 10:30:11 +02:00
committed by Tim Abbott
parent fa8199819c
commit 15ca13c8de
30 changed files with 0 additions and 30 deletions

View File

@@ -1,4 +1,3 @@
from __future__ import absolute_import
from typing import Text, Union, List, Dict
import logging