diff options
author | michaelgrigoryan25 <56165400+michaelgrigoryan25@users.noreply.github.com> | 2023-05-22 19:47:21 +0400 |
---|---|---|
committer | michaelgrigoryan25 <56165400+michaelgrigoryan25@users.noreply.github.com> | 2023-05-22 19:47:21 +0400 |
commit | 24cccfc40490d75a6c82dba4b3eeb604e7f1e307 (patch) | |
tree | 5f3a49c56e434176070cc645a60fbe51489933de /python/servo/package_commands.py | |
parent | 67ca730ec5b43defe84a3b022793a2f94dc61df0 (diff) | |
download | servo-24cccfc40490d75a6c82dba4b3eeb604e7f1e307.tar.gz servo-24cccfc40490d75a6c82dba4b3eeb604e7f1e307.zip |
Remove unused import
Diffstat (limited to 'python/servo/package_commands.py')
-rw-r--r-- | python/servo/package_commands.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/servo/package_commands.py b/python/servo/package_commands.py index c9d0832431e..fad9354d7cf 100644 --- a/python/servo/package_commands.py +++ b/python/servo/package_commands.py @@ -18,7 +18,6 @@ import io import json import os import os.path as path -import platform import shutil import subprocess import sys |