From 24cccfc40490d75a6c82dba4b3eeb604e7f1e307 Mon Sep 17 00:00:00 2001 From: michaelgrigoryan25 <56165400+michaelgrigoryan25@users.noreply.github.com> Date: Mon, 22 May 2023 19:47:21 +0400 Subject: [PATCH] Remove unused import --- python/servo/package_commands.py | 1 - 1 file changed, 1 deletion(-) 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