integrations: Remove from __future__ imports.

This commit is contained in:
rht 2020-04-02 10:05:33 -04:00 committed by showell
parent a465467388
commit 1412403037
16 changed files with 0 additions and 23 deletions

View file

@ -4,7 +4,6 @@
# RSS integration for Zulip
#
from __future__ import print_function
import calendar
import errno
import hashlib