diff options
| author | Eli Schwartz <eschwartz@archlinux.org> | 2022-06-10 00:13:59 -0400 |
|---|---|---|
| committer | Xavier Claessens <xclaesse@gmail.com> | 2022-06-10 09:15:48 -0400 |
| commit | 1eaf49c8808b6cb911c862a6f421b684eaa60dfd (patch) | |
| tree | 9d0174d57991efdfe1df0508b3b46b7d39b6399e /mesonbuild/mdist.py | |
| parent | f6e7cc070e537ab6585536727f5ea380fb998f3d (diff) | |
| download | meson-1eaf49c8808b6cb911c862a6f421b684eaa60dfd.tar.gz | |
flake8: remove no longer used imports
Diffstat (limited to 'mesonbuild/mdist.py')
| -rw-r--r-- | mesonbuild/mdist.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mesonbuild/mdist.py b/mesonbuild/mdist.py index b65b1817b..3b8a67fed 100644 --- a/mesonbuild/mdist.py +++ b/mesonbuild/mdist.py @@ -23,7 +23,6 @@ import subprocess import tarfile import tempfile import hashlib -import json from glob import glob from pathlib import Path from mesonbuild.environment import detect_ninja |
