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
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# vim:fileencoding=utf-8
# License: GPLv3 Copyright: 2008, Kovid Goyal <kovid at kovidgoyal.net>
from __future__ import print_function
import importlib
import json