Skip to content

Commit

Permalink
Removing an unused Python import
Browse files Browse the repository at this point in the history
The reorder-imports tool (which reorders PE-file imports) has an
extraneous python import. This removes it. This was noticed because
Visual Studio greys out unneeded Python import statements.

Change-Id: If4ef53f3de72e6c9c4fd95aadec9a15bdc755705
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4626587
Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
Reviewed-by: Reid Kleckner <rnk@chromium.org>
Commit-Queue: Reid Kleckner <rnk@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1193811}
NOKEYCHECK=True
GitOrigin-RevId: 73db23c4d8a81bebebd2a39bf924a668d761a1ef
  • Loading branch information
randomascii authored and copybara-github committed Sep 7, 2023
1 parent 26bd6e0 commit 4f28cbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion win/reorder-imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import optparse
import os
import shutil
import subprocess
import sys

sys.path.insert(
Expand Down

0 comments on commit 4f28cbc

Please sign in to comment.