Skip to content

Commit

Permalink
[gn build] remove a "from __future__" import not needed after 0ff3cc2
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Mar 24, 2022
1 parent 20973c0 commit 028f9f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llvm/utils/gn/get.py
@@ -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
Expand Down

0 comments on commit 028f9f5

Please sign in to comment.