mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-19 01:24:42 -05:00
scripts: don't import shutil in meson-warnings.py
It's never used, which makes flake8 complain.
Fixes: 50ad6026ad
Signed-off-by: Laine Stump <laine@redhat.com>
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import shutil
|
||||
import sys
|
||||
|
||||
with open(sys.argv[1], "w") as out:
|
||||
|
||||
Reference in New Issue
Block a user