From 1d02fd924bdd407f99b278286efff5aae98535cb Mon Sep 17 00:00:00 2001 From: TheQwertiest Date: Tue, 26 May 2020 17:04:46 +0300 Subject: [PATCH] mcompile: removed unneeded imports --- mesonbuild/mcompile.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mesonbuild/mcompile.py b/mesonbuild/mcompile.py index 51a555581..e4576239b 100644 --- a/mesonbuild/mcompile.py +++ b/mesonbuild/mcompile.py @@ -14,8 +14,6 @@ """Entrypoint script for backend agnostic compile.""" -import os -import shutil import sys import typing as T from pathlib import Path