Remove obsolete __future__ imports (#8337)

This commit is contained in:
Jonathan de Jong 2020-09-17 14:37:01 +02:00 committed by GitHub
parent c3c9732c53
commit 837293c314
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 2 additions and 40 deletions

View file

@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from __future__ import print_function
import functools
import sys
from typing import Any, Callable, List