py3: Remove all __future__ import division.

This commit is contained in:
rht
2017-10-15 02:33:44 +02:00
committed by Tim Abbott
parent b2ad8fd747
commit 2f3ae84e5a
6 changed files with 0 additions and 10 deletions

View File

@@ -1,5 +1,3 @@
from __future__ import division
from zerver.models import Realm, UserProfile, Stream, Message
from analytics.models import InstallationCount, RealmCount, UserCount, StreamCount
from analytics.lib.counts import CountStat