Remove useless __future__ imports

Not needed on python3
This commit is contained in:
Kovid Goyal
2019-11-17 18:27:50 +05:30
parent 29cd8d64ea
commit 9ff27782de
1223 changed files with 1224 additions and 1229 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# vim:fileencoding=utf-8
# License: GPL v3 Copyright: 2019, Kovid Goyal <kovid at kovidgoyal.net>
from __future__ import absolute_import, division, print_function, unicode_literals
from base64 import standard_b64decode, standard_b64encode
from binascii import hexlify, unhexlify