[gn build] remove a "from __future__" import not needed after 0ff3cc2087b9

This commit is contained in:
Nico Weber 2022-03-24 09:07:46 -04:00
parent 20973c0841
commit 028f9f5b2b

View File

@ -1,8 +1,6 @@
#!/usr/bin/env python3
"""Downloads a prebuilt gn binary to a place where gn.py can find it."""
from __future__ import print_function
import io
import os
import sys