Remove redundant "from __future__ import ..."

This commit is contained in:
Pavel Minaev 2022-04-07 15:04:57 -07:00 committed by Pavel Minaev
parent 266a19809a
commit e87017e0b3
97 changed files with 4 additions and 192 deletions

View file

@ -2,8 +2,6 @@
# Licensed under the MIT License. See LICENSE in the project root
# for license information.
from __future__ import absolute_import, division, print_function, unicode_literals
import collections
import contextlib
import itertools