another useless __future__

This commit is contained in:
Kovid Goyal 2020-05-26 22:28:59 +05:30
parent 652bce14e5
commit 9a5a84069b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -2,8 +2,6 @@
# vim:fileencoding=utf-8
# License: GPL v3 Copyright: 2020, Kovid Goyal <kovid at kovidgoyal.net>
from __future__ import absolute_import, division, print_function, unicode_literals
import os
import re