Skip to content

Commit

Permalink
pw_env_setup: Remove print_function imports
Browse files Browse the repository at this point in the history
Bug: b/373905972
Change-Id: I7e9bdd527ed0548dcef1945932751ffd778ad71b
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/243032
Docs-Not-Needed: Rob Mohr <[email protected]>
Pigweed-Auto-Submit: Rob Mohr <[email protected]>
Lint: Lint 🤖 <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Reviewed-by: Anthony DiGirolamo <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
  • Loading branch information
mohrr authored and CQ Bot Account committed Oct 28, 2024
1 parent 06d86b5 commit 93656ec
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions pw_env_setup/py/pw_env_setup/cipd_setup/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
The stdout of this script is meant to be executed by the invoking shell.
"""

from __future__ import print_function

import collections
import hashlib
import json
Expand Down
2 changes: 0 additions & 2 deletions pw_env_setup/py/pw_env_setup/cipd_setup/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
Must be tested with Python 2 and Python 3.
"""

from __future__ import print_function

import hashlib
import os
import platform
Expand Down
2 changes: 0 additions & 2 deletions pw_env_setup/py/pw_env_setup/env_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
to source.
"""

from __future__ import print_function

import argparse
import copy
import glob
Expand Down
2 changes: 0 additions & 2 deletions pw_env_setup/py/pw_env_setup/github_visitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
"""
# pylint: enable=line-too-long

from __future__ import print_function

import contextlib
import os

Expand Down
2 changes: 0 additions & 2 deletions pw_env_setup/py/pw_env_setup/gni_visitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# the License.
"""Serializes an Environment into a JSON file."""

from __future__ import print_function

import ntpath
import os
import posixpath
Expand Down
2 changes: 0 additions & 2 deletions pw_env_setup/py/pw_env_setup/virtualenv_setup/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# the License.
"""Sets up a Python 3 virtualenv for Pigweed."""

from __future__ import print_function

import contextlib
import datetime
import glob
Expand Down
2 changes: 0 additions & 2 deletions pw_env_setup/py/pw_env_setup/windows_env_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
process.
"""

from __future__ import print_function

import argparse
import os
import sys
Expand Down

0 comments on commit 93656ec

Please sign in to comment.