1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

crosvm.updateScript: remove unused import

This commit is contained in:
Alyssa Ross 2022-05-16 11:43:21 +00:00
parent e8c3d13d00
commit 11ffcf0fdf

View file

@ -7,7 +7,6 @@ import json
import re
import shlex
import subprocess
from codecs import iterdecode
from os.path import abspath, dirname, splitext
from lxml import etree
from lxml.etree import HTMLParser